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