1TAIL(1) General Commands Manual TAIL(1)
2
3
4
6 tail - deliver the last part of a file
7
9 tail +_number[l_b_c_] [ file ]
10
12 Tail copies the named file to the standard output beginning at a desigā
13 nated place. If no file is named, the standard input is used.
14
15 Copying begins at distance +number from the beginning, or -number from
16 the end of the input. Number is counted in units of lines, blocks or
17 characters, according to the appended option l, b or c. When no units
18 are specified, counting is by lines.
19
21 dd(1)
22
24 Tails relative to the end of the file are treasured up in a buffer, and
25 thus are limited in length. Various kinds of anomalous behavior may
26 happen with character special files.
27
28
29
30 TAIL(1)