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