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_][r_f_] [ 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
20 Specifying r causes tail to print lines from the end of the file in
21 reverse order. The default for r is to print the entire file this way.
22 Specifying f causes tail to not quit at end of file, but rather wait
23 and try to read repeatedly in hopes that the file will grow.
24
26 dd(1)
27
29 Tails relative to the end of the file are treasured up in a buffer, and
30 thus are limited in length.
31
32 Various kinds of anomalous behavior may happen with character special
33 files.
34
35
36
374th Berkeley Distribution March 6, 1986 TAIL(1)