HEAD(1) BSD HEAD(1)
NAME
head - give the first few lines of a file
SYNOPSIS
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 you omit count, it
defaults to 10.
SEE ALSO
tail(1)