File: rtail.1

package info (click to toggle)
ruby-file-tail 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: ruby: 901; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
.TH RTAIL: "1" "July 2016" "rtail: 1.1.1" "User Commands"
.SH NAME
rtail \- Follow a file that is still growning.
.SH 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.
.SH DESCRIPTION
OPTS are
.TP
\fB\-n\fR NUMBER
show the last NUMBER of lines in the tailed files
.TP
\fB\-m\fR PATTERN
only tail files matching PATTERN, e. g. '*.log'
.TP
\fB\-M\fR
prefix every line with the logfile name
.TP
\fB\-h\fR
to display this help
.SH "SEE ALSO"
The full documentation for
.B version:
is maintained as a Texinfo manual.  If the
.B info
and
.B version:
programs are properly installed at your site, the command
.IP
.B info version:
.PP
should give you access to the complete manual.