RS: fix for fix
[minix.git] / man / man1 / head.1
blob6c1734976ed60c4a5eee8d84db200ecf9c95b88a
1 .TH HEAD 1
2 .SH NAME
3 head \- print the first few lines of a file
4 .SH SYNOPSIS
5 \fBhead\fR [\fB\-\fIn\fR | \fB\-n\fR \fIn\fR]\fR [\fIfile\fR] ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-n \fIn\fR
20 # How many lines to print
21 .TP 5
22 .B \-\fIn\fR
23 # How many lines to print (backwards-compatible)
24 .SH EXAMPLES
25 .TP 20
26 .B head \-n 6
27 # Print first 6 lines of \fIstdin\fR
28 .TP 20
29 .B head \-1 file1 file2
30 # Print first line of two files
31 .SH DESCRIPTION
32 .PP
33 The first few lines of one or more files are printed.
34 The default count is 10 lines.
35 The default file is \fIstdin\fR.
36 .SH "SEE ALSO"
37 .BR tail (1).