timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Find a file
Yann Weber bbaa6b84b4 Fix starts for #11
Adds the option -P --permissive.

Starts implementation for logfiles.

Now -P flag make ttail handle invalid files. When invalid file given the
minmax function set the file pointer and the minmax array to NULL.

May introduce bugs if the binary search function does not handles "holes"
in fp array or in minmax array...
2017-05-15 19:34:42 +02:00
docs Manpage update & generation bugfix 2017-05-15 15:05:52 +02:00
m4 Update autotools 2017-03-05 02:26:37 +01:00
src Fix starts for #11 2017-05-15 19:34:42 +02:00
tests Fixing issue #4 for logfiles 2017-05-15 13:43:44 +02:00
.gitignore Add manpage to git repo 2017-05-15 14:17:00 +02:00
AUTHORS bad 2017-03-04 21:58:47 +01:00
bootstrap.sh New tests organisation 2017-04-23 13:33:27 +02:00
ChangeLog bad 2017-03-04 21:58:47 +01:00
configure.ac Check unit test framework can be disabled 2017-05-15 16:11:40 +02:00
COPYING bad 2017-03-04 21:58:47 +01:00
INSTALL bad 2017-03-04 21:58:47 +01:00
Makefile.am Check unit test framework can be disabled 2017-05-15 16:11:40 +02:00
NEWS bad 2017-03-04 21:58:47 +01:00
README README update 2017-05-15 15:18:30 +02:00

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