16 lines
271 B
Groff
16 lines
271 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.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BI \-n " lines"
|
|
outputs the given number of lines.
|