timed tail for logfiles.
Display loglines given a minimum date and/or a maximum date.
m4 | ||
src | ||
tests | ||
.gitignore | ||
AUTHORS | ||
bootstrap.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README |
Compilation =========== #run aclocal automake and autoconf ./run_autotools.sh #run the configure script ./configure #make + unit testing make && make check