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

README

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

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