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