logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rtail - Follow a file that is still growning.

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.

See Also