blob: 5801055d97f40ff56ce7cc9fe1d750b45e444138 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 xhead <-#> <file>
3 or
4 xhead <-#> (when reading from a pipe)
5
6DESCRIPTION
7 xhead prints the first part of a given file; It reads from a pipe
8 if no file is given.
9
10EXAMPLES
11 xhead -10 workroom.c prints the first 10 lines of the file workroom.c.