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 0826bc3adb Updated README hace 7 años
docs Add manpage to git repo hace 7 años
m4 Update autotools hace 7 años
src Fix #4 Relative dates brakes format detection hace 7 años
tests Fixing issue #4 for logfiles hace 7 años
.gitignore Add manpage to git repo hace 7 años
AUTHORS bad hace 7 años
COPYING bad hace 7 años
ChangeLog bad hace 7 años
INSTALL bad hace 7 años
Makefile.am Updates .gitignore and Makefile.am hace 7 años
NEWS bad hace 7 años
README Updated README hace 7 años
bootstrap.sh New tests organisation hace 7 años
configure.ac Updated doxygen autotools integration hace 7 años

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