NAME
head − give first few lines
USAGE
head [ −count ] [ file ... ]
DESCRIPTION
Head is a filter that gives the first count lines of each of the specified files, or of the standard input. If count is omitted, it defaults to 10.
RELATED INFORMATION
tail (1).