Research V3 release
[unix-history] / man / man1 / wc.1
.pa 1
.he 'WC (I)'3/15/72'WC (I)'
.ti 0
NAME wc -- get (English) word count
.sp
.ti 0
SYNOPSIS wc\b\b__ name\e91\e8 ...
.sp
.ti 0
DESCRIPTION wc\b\b__
provides a count of the words, text lines, and control lines for
each argument file.
A text line is a sequence of characters not beginning with ".",
"!" or "'"
and ended by a new-line.
A control line is a line beginning with ".",
"!" or "'".
A word is a sequence of characters bounded by the beginning
of a line, by the end of a line, or by a blank or a tab.
When
there is more than one input file,
a grand total is also printed.
.sp
.ti 0
FILES --
.sp
.ti 0
SEE ALSO roff(I)
.sp
.ti 0
DIAGNOSTICS none; arguments not found are ignored.
.sp
.ti 0
BUGS --