sbase/head.1
Connor Lane Smith 416a068df6 fix head manpage
2011-05-25 11:56:04 +01:00

17 lines
316 B
Groff

.TH HEAD 1 sbase\-VERSION
.SH NAME
head \- output first part of files
.SH SYNOPSIS
.B head
.RB [ \-n
.IR lines ]
.RI [ file ...]
.SH DESCRIPTION
.B head
writes the first 10 lines of each file to stdout. If no file is given, head
reads from stdin.
.SH OPTIONS
.TP
.BI \-n " lines"
outputs the given number of lines.