timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Yann Weber cd35c78724 Fix #8 now unit test temporary files are removed 7 gadus atpakaļ
docs Manpage update & generation bugfix 7 gadus atpakaļ
m4 Update autotools 7 gadus atpakaļ
src Fix #11 7 gadus atpakaļ
tests Fix #8 now unit test temporary files are removed 7 gadus atpakaļ
.gitignore Add manpage to git repo 7 gadus atpakaļ
AUTHORS bad 7 gadus atpakaļ
COPYING bad 7 gadus atpakaļ
ChangeLog bad 7 gadus atpakaļ
INSTALL bad 7 gadus atpakaļ
Makefile.am Check unit test framework can be disabled 7 gadus atpakaļ
NEWS bad 7 gadus atpakaļ
README README update 7 gadus atpakaļ
bootstrap.sh New tests organisation 7 gadus atpakaļ
configure.ac Check unit test framework can be disabled 7 gadus atpakaļ

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