1BSD/man6/head.6

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

.th HEAD VI 8/24/77
.sh NAME
head \- give first few lines of a stream
.sh SYNOPSIS
.bd head
[
\fB\-\fRcount
] [
file ...
]
.sh DESCRIPTION
This filter gives the first
.it count
lines of each of the specified files, or of the standard input.
If
.it count
is omitted it defaults to
10.
.sh SEE\ ALSO
linerm (VI), tail(VI)
.sh AUTHOR
William Joy
.sh BUGS