timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Find a file
2017-04-03 22:43:28 +02:00
docs Updates in manpage & autotools 2017-03-26 16:40:03 +02:00
m4 Update autotools 2017-03-05 02:26:37 +01:00
src Fix #2 Implements stdin operations 2017-04-03 22:31:27 +02:00
tests Forgotten tests sample 2017-04-03 22:43:28 +02:00
.gitignore Bugfix & enhancement 2017-03-05 03:59:54 +01:00
AUTHORS bad 2017-03-04 21:58:47 +01:00
bootstrap.sh Bugfix & enhancement 2017-03-05 03:59:54 +01:00
ChangeLog bad 2017-03-04 21:58:47 +01:00
configure.ac Removed -ansi gcc option from autotools 2017-04-03 21:12:04 +02:00
COPYING bad 2017-03-04 21:58:47 +01:00
INSTALL bad 2017-03-04 21:58:47 +01:00
Makefile.am Add a docs target to make 2017-04-03 20:38:09 +02:00
NEWS bad 2017-03-04 21:58:47 +01:00
README Bugfix & enhancement 2017-03-05 03:59:54 +01:00

Compilation
===========

#run aclocal automake and autoconf
./run_autotools.sh
#run the configure script
./configure
#make + unit testing
make && make check