rtail - Follow a file that is still growning.
Contents
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
Name
rtail - Follow a file that is still growning.
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
infoversion:
should give you access to the complete manual.
rtail: 1.1.1 July 2016 RTAIL:(1)
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.
