timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Yann Weber 42457370ba Enhancement in option parsing errors 7 лет назад
docs Manpage update & generation bugfix 7 лет назад
m4 Update autotools 7 лет назад
src Enhancement in option parsing errors 7 лет назад
tests Fixing issue #4 for logfiles 7 лет назад
.gitignore Add manpage to git repo 7 лет назад
AUTHORS bad 7 лет назад
COPYING bad 7 лет назад
ChangeLog bad 7 лет назад
INSTALL bad 7 лет назад
Makefile.am Check unit test framework can be disabled 7 лет назад
NEWS bad 7 лет назад
README README update 7 лет назад
bootstrap.sh New tests organisation 7 лет назад
configure.ac Check unit test framework can be disabled 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