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