2.9BSD/usr/man/cat1/head.1

Compare this file to the similar file:
Show the results in this format:


HEAD(1)             UNIX Programmer's Manual              HEAD(1)

NAME
     head - give first few lines of a stream

SYNOPSIS
     head [ -count ] [ file ...  ]

DESCRIPTION
     This filter gives the first _c_o_u_n_t lines of each of the
     specified files, or of the standard input.  If _c_o_u_n_t is
     omitted it defaults to 10.

SEE ALSO
     tail(1)

AUTHOR
     Bill Joy

Printed 4/29/83                                                 1