timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 5876beb864 Manpage update & generation bugfix пре 7 година
docs Manpage update & generation bugfix пре 7 година
m4 Update autotools пре 7 година
src Manpage update & generation bugfix пре 7 година
tests Fixing issue #4 for logfiles пре 7 година
.gitignore Add manpage to git repo пре 7 година
AUTHORS bad пре 7 година
COPYING bad пре 7 година
ChangeLog bad пре 7 година
INSTALL bad пре 7 година
Makefile.am Updates .gitignore and Makefile.am пре 7 година
NEWS bad пре 7 година
README Updated README пре 7 година
bootstrap.sh New tests organisation пре 7 година
configure.ac Updated doxygen autotools integration пре 7 година

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 :
--------------

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