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 :
--------------
From tarball :
--------------
./configure
make
#run tests
make check
sudo make install
From git repo :
---------------
git clone https://git.yannweb.net/yannweb/ttail.git
cd ttail
#run aclocal automake and autoconf
./bootstrap.sh
./configure
make
#run tests
make check
sudo make install