home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d179
/
unixutil
/
head.doc
< prev
next >
Wrap
Text File
|
1989-02-25
|
960b
|
42 lines
HEAD USER COMMANDS HEAD
NAME
head - display first few lines of specified files
SYNOPSIS
head [ -n ] [ filename ...]
DESCRIPTION
head copies the first n lines of each filename to the stan-
dard output. If no filename is given, head copies lines
from the standard input. The default value of n is 10
lines.
When more than one file is specified, head places a marker
at the start of each file which looks like:
==> filename <==
Thus, a common way to display a set of short files, identi-
fying each one, is:
gaia% head -9999 file1 file2 . . .
EXAMPLE
ia% head -4 head.doc tail.doc
==> head.doc <==
.TH HEAD 1 "24 August 1983"
.SH NAME
head - display first few lines of specified files
.SH SYNOPSIS
==> tail.doc <==
.TH TAIL 1 "27 April 1983"
.SH NAME
tail - display the last part of a file
.SH SYNOPSIS
SEE ALSO
tail