timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Yann Weber 0826bc3adb Updated README 7 лет назад
docs Add manpage to git repo 7 лет назад
m4 Update autotools 7 лет назад
src Fix #4 Relative dates brakes format detection 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 Updates .gitignore and Makefile.am 7 лет назад
NEWS bad 7 лет назад
README Updated README 7 лет назад
bootstrap.sh New tests organisation 7 лет назад
configure.ac Updated doxygen autotools integration 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 :
--------------

From tarball :
--------------

./configure
make
#run tests
make check

sudo make install

From git repo :
---------------

git clone https://git.yannweb.net/yannweb/ttail.git
cd ttail

#run aclocal automake and autoconf
./bootstrap.sh

./configure
make
#run tests
make check

sudo make install