TAIL(1) | General Commands Manual | TAIL(1) |
tail
— copy the
last part of a file
tail |
[-f ] [-c
number | -n
number] file |
tail
utility copies the contents of
file to the standard output. If
file is a single dash (‘-’) or absent,
tail
reads from the standard input.
-c
number-f
-n
numberNumbers having a leading plus (‘+’) sign are relative to the beggining of the input. Numbers having a leading minus (‘-’) sign are relative to the end of the input. If number is ommited, it defaults to 10.
The tail
utility exits 0 on
success, and >0 if an error occurs.
The tail
utility is compliant with the
specification.
December 28, 2019 | EltaninOS |