| TAIL ( 1 ) | USER COMMANDS | TAIL ( 1 ) |
|---|
By default a header of the form ==> filename <== is output before all but the first file but this can be changed with the -q and -v options.
If no file is given, or if the file is -, tail copies from standard input. The start of the file is defined as the current offset.
The option argument for -c can optionally be followed by one of the following characters to specify a different unit other than a single byte:
For backwards compatibility, -number is equivalent to -n number and +number is equivalent to -n -number. number may also have these option suffixes: b c f g k l m r.