blob: 5801055d97f40ff56ce7cc9fe1d750b45e444138 [file] [log] [blame]
SYNOPSIS
xhead <-#> <file>
or
xhead <-#> (when reading from a pipe)
DESCRIPTION
xhead prints the first part of a given file; It reads from a pipe
if no file is given.
EXAMPLES
xhead -10 workroom.c prints the first 10 lines of the file workroom.c.