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 0c4acf1fba Fix #18 пре 5 година
debian Add debian/compat file пре 7 година
docs Prepare beta release пре 7 година
m4 Update autotools пре 7 година
src Fix #18 пре 5 година
tests Adds first tests for ttail_search_std_init and _ttail_search_closest_stdin пре 6 година
.gitignore Add manpage to git repo пре 7 година
AUTHORS bad пре 7 година
COPYING bad пре 7 година
ChangeLog Prepare beta release пре 7 година
INSTALL bad пре 7 година
Makefile.am Check unit test framework can be disabled пре 7 година
NEWS Prepare beta release пре 7 година
README Set headers as noinst_HEADERS пре 7 година
bootstrap.sh New tests organisation пре 7 година
configure.ac Prepare beta release пре 7 година

README

ttail - timed tail for logfiles

Display loglines given a minimum date and/or a maximum date.

More info : man docs/man/man1/ttail.1

Instalation :
=============

Dependencies :
--------------

doxygen (documentation & manpage generation)
check (unit test framework)

Cloning git repo :
------------------

git clone https://git.yannweb.net/yannweb/ttail.git
cd ttail
#run aclocal automake and autoconf
./bootstrap.sh

Compilation :
-------------
./configure
make
#Then you can found the executable in ./src/ttail

#run tests
make check


Installation :
--------------

#Warning : not tested
make install

Building a debian package :
---------------------------

debuild -b -uc -us