timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 876cc00dec Bugfixes in logfile minmax + tests update преди 7 години
docs Add regex flags support преди 7 години
m4 Update autotools преди 7 години
src Bugfixes in logfile minmax + tests update преди 7 години
tests Bugfixes in logfile minmax + tests update преди 7 години
.gitignore Bugfix & enhancement преди 7 години
AUTHORS bad преди 7 години
COPYING bad преди 7 години
ChangeLog bad преди 7 години
INSTALL bad преди 7 години
Makefile.am Add doxygen support преди 7 години
NEWS bad преди 7 години
README Bugfix & enhancement преди 7 години
bootstrap.sh Bugfix & enhancement преди 7 години
configure.ac Add doxygen support преди 7 години

README

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

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