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