timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Yann Weber abe01c0733 Add test for _ttail_file_search_from_end 7 anos atrás
debian Add debian/compat file 7 anos atrás
docs Prepare beta release 7 anos atrás
m4 Update autotools 7 anos atrás
src Add test for _ttail_file_search_from_end 7 anos atrás
tests Add test for _ttail_file_search_from_end 7 anos atrás
.gitignore Add manpage to git repo 7 anos atrás
AUTHORS bad 7 anos atrás
COPYING bad 7 anos atrás
ChangeLog Prepare beta release 7 anos atrás
INSTALL bad 7 anos atrás
Makefile.am Check unit test framework can be disabled 7 anos atrás
NEWS Prepare beta release 7 anos atrás
README Set headers as noinst_HEADERS 7 anos atrás
bootstrap.sh New tests organisation 7 anos atrás
configure.ac Prepare beta release 7 anos atrás

README

ttail - timed tail for logfiles

Display loglines given a minimum date and/or a maximum date.

More info : man docs/man/man1/ttail.1

Instalation :
=============

Dependencies :
--------------

doxygen (documentation & manpage generation)
check (unit test framework)

Cloning git repo :
------------------

git clone https://git.yannweb.net/yannweb/ttail.git
cd ttail
#run aclocal automake and autoconf
./bootstrap.sh

Compilation :
-------------
./configure
make
#Then you can found the executable in ./src/ttail

#run tests
make check


Installation :
--------------

#Warning : not tested
make install

Building a debian package :
---------------------------

debuild -b -uc -us