MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | xtail <-|+#> <file> | ||||
3 | or | ||||
4 | xtail <-|+#> (when reading from a pipe) | ||||
5 | |||||
6 | DESCRIPTION | ||||
7 | xtail prints the last part of a given file; It reads from a pipe | ||||
8 | if no file is given. | ||||
9 | |||||
10 | EXAMPLES | ||||
11 | xtail -10 workroom.c prints the last 10 lines of the file workroom.c. | ||||
12 | xtail +10 workroom.c prints all lines of workroom.c beginning at line 10. |