4.3BSD-UWisc/man/man1/head.1

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

.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)head.1	6.1 (Berkeley) 4/29/85
.\"
.TH HEAD 1 "April 29, 1985"
.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)