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 fd6a8054ac Bugfixes před 7 roky
m4 Update autotools před 7 roky
src Bugfixes před 7 roky
tests Now we only generate 1 libttail.a file před 7 roky
.gitignore Bugfix & enhancement před 7 roky
AUTHORS bad před 7 roky
COPYING bad před 7 roky
ChangeLog bad před 7 roky
INSTALL bad před 7 roky
Makefile.am Update autotools před 7 roky
NEWS bad před 7 roky
README Bugfix & enhancement před 7 roky
bootstrap.sh Bugfix & enhancement před 7 roky
configure.ac Started to implement file search op před 7 roky

README

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

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