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 6121cbfff5 First tests with debian packages преди 7 години
debian First tests with debian packages преди 7 години
docs Updates in manpage & autotools преди 7 години
m4 Update autotools преди 7 години
src Tests + bugfix for ttail_tm_cmp() function преди 7 години
tests Tests + bugfix for ttail_tm_cmp() function преди 7 години
.gitignore Updates .gitignore and Makefile.am преди 7 години
AUTHORS bad преди 7 години
COPYING bad преди 7 години
ChangeLog bad преди 7 години
INSTALL bad преди 7 години
Makefile.am Updates .gitignore and Makefile.am преди 7 години
NEWS bad преди 7 години
README Bugfix & enhancement преди 7 години
bootstrap.sh New tests organisation преди 7 години
configure.ac Removed -ansi gcc option from autotools преди 7 години

README

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

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