This commit is contained in:
Connor Lane Smith
2011-05-25 11:42:17 +01:00
parent a9c970b973
commit 262f357fdd
7 changed files with 77 additions and 8 deletions

15
head.1 Normal file
View File

@@ -0,0 +1,15 @@
.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.