Man page - rtail(1)
Packages contains this manual
apt-get install ruby-file-tail
Manual
RTAIL:
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
NAME
rtail - Follow a file that is still growning.
SYNOPSIS
Small ruby library that allows it to βtailβ files in Ruby, including following a file, that still is growing like the unix command βtail -fβ can.
This application is an executable version of the features provided by ruby-file-tail.
DESCRIPTION
OPTS are
-n
NUMBER
show the last NUMBER of lines in the tailed files
-m PATTERN
only tail files matching PATTERN, e. g. β*.logβ
|
-M |
prefix every line with the logfile name |
|||
|
-h |
to display this help |
SEE ALSO
The full documentation for version: is maintained as a Texinfo manual. If the info and version: programs are properly installed at your site, the command
info version:
should give you access to the complete manual.