|
|
1.1 root 1:
2:
3: tail Command tail
4:
5:
6:
7:
8: Print the end of a file
9:
10: ttaaiill [+_n[bbccffll]] [_f_i_l_e]
11: ttaaiill [-_n[bbccffll]] [_f_i_l_e]
12:
13: tail copies the last part of file, or of the standard input if
14: none is named, to the standard output.
15:
16: The given number tells tail where to begin to copy the data.
17: Numbers of the form +number measure the starting point from the
18: beginning of the file; those of the form -number measure from the
19: end of the file.
20:
21: A specifier of blocks, characters, or lines (bb, c, or l, respec-
22: tively) may follow the number; the default is lines. If no num-
23: ber is specified, a default of -10 is assumed.
24:
25: The -ff option opens the tail of a file, and then displays new
26: material as it is added to a file. This command lets you watch a
27: file as it is being built, such as by nnrrooffff. Note that when tail
28: is invoked with this option, it does not exit; therefore, when
29: you wish to exit, type the interrupt character.
30:
31: ***** See Also *****
32:
33: commands, dd, egrep, head, sed
34:
35: ***** Notes *****
36:
37: Because tail buffers data measured from the end of the file,
38: large counts may not work.
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.