timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber bcecc4d5f1 Add test for ttail_search_std_init() il y a 7 ans
debian Add debian/compat file il y a 7 ans
docs Prepare beta release il y a 7 ans
m4 Update autotools il y a 7 ans
src Add test for ttail_search_std_init() il y a 7 ans
tests Add test for ttail_search_std_init() il y a 7 ans
.gitignore Add manpage to git repo il y a 7 ans
AUTHORS bad il y a 7 ans
COPYING bad il y a 7 ans
ChangeLog Prepare beta release il y a 7 ans
INSTALL bad il y a 7 ans
Makefile.am Check unit test framework can be disabled il y a 7 ans
NEWS Prepare beta release il y a 7 ans
README Set headers as noinst_HEADERS il y a 7 ans
bootstrap.sh New tests organisation il y a 7 ans
configure.ac Prepare beta release il y a 7 ans

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