3 head \- print the first few lines of a file
5 \fBhead\fR [\fB\-\fIn\fR | \fB\-n\fR \fIn\fR]\fR [\fIfile\fR] ...\fR
20 # How many lines to print
23 # How many lines to print (backwards-compatible)
27 # Print first 6 lines of \fIstdin\fR
29 .B head \-1 file1 file2
30 # Print first line of two files
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.