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 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