timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Yann Weber 5876beb864 Manpage update & generation bugfix 7年前
docs Manpage update & generation bugfix 7年前
m4 Update autotools 7年前
src Manpage update & generation bugfix 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