4.2BSD/usr/man/man1/head.1

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

.TH HEAD 1 "24 February 1979"
.UC
.SH NAME
head \- give first few lines
.SH SYNOPSIS
.B head
[
.BR \- count
] [
file ...
]
.SH DESCRIPTION
This filter gives the first
.I count
lines of each of the specified files, or of the standard input.
If
.I count
is omitted it defaults to
10.
.SH SEE\ ALSO
tail(1)