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 768ac367d9 Fix #12 sorting options in help text пре 7 година
docs Manpage update пре 7 година
m4 Update autotools пре 7 година
src Fix #12 sorting options in help text пре 7 година
tests Fix #8 now unit test temporary files are removed пре 7 година
.gitignore Add manpage to git repo пре 7 година
AUTHORS bad пре 7 година
COPYING bad пре 7 година
ChangeLog bad пре 7 година
INSTALL bad пре 7 година
Makefile.am Check unit test framework can be disabled пре 7 година
NEWS bad пре 7 година
README README update пре 7 година
bootstrap.sh New tests organisation пре 7 година
configure.ac Check unit test framework can be disabled пре 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 :
--------------

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