diff options
Diffstat (limited to 'inotail.1')
-rw-r--r-- | inotail.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -31,13 +31,15 @@ be in the future. .SH OPTIONS .TP .B \-c \fIN\fR, \fB\-\-bytes\fR=\fIN\fR -output the last N bytes +output the last N bytes. If the first character of N is a '+', begin printing +with the Nth character from the start of each file. .TP .B \-f, \fB\-\-follow keep the file(s) open and print appended data as the file grows .TP .B \-n \fIN\fR, \fB\-\-lines\fR=\fIN\fR -output the last N lines (default: 10) +output the last N lines (default: 10) If the first character of N is a '+', +begin printing with with the Nth line from the start of each file. .TP .B \-v, \fB\-\-verbose print headers with file names |