Yann Weber 5876beb864 Manpage update & generation bugfix | 7 年之前 | |
---|---|---|
docs | 7 年之前 | |
m4 | 7 年之前 | |
src | 7 年之前 | |
tests | 7 年之前 | |
.gitignore | 7 年之前 | |
AUTHORS | 7 年之前 | |
COPYING | 7 年之前 | |
ChangeLog | 7 年之前 | |
INSTALL | 7 年之前 | |
Makefile.am | 7 年之前 | |
NEWS | 7 年之前 | |
README | 7 年之前 | |
bootstrap.sh | 7 年之前 | |
configure.ac | 7 年之前 |
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