timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Find a file
2017-03-06 22:36:17 +01:00
m4 Update autotools 2017-03-05 02:26:37 +01:00
src **temporary commit** 2017-03-06 22:36:17 +01:00
tests **temporary commit** 2017-03-06 22:36:17 +01: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 Started to implement file search op 2017-03-06 01:08:25 +01:00
COPYING bad 2017-03-04 21:58:47 +01:00
INSTALL bad 2017-03-04 21:58:47 +01:00
Makefile.am Update autotools 2017-03-05 02:26:37 +01: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