Research V3 development
[unix-history] / man / man1 / wc.1
CommitLineData
cb8087dd
JO
1.pa 1
2.he 'WC (I)'3/15/72'WC (I)'
3.ti 0
4NAME wc -- get (English) word count
5.sp
6.ti 0
7SYNOPSIS wc\b\b__ name\e91\e8 ...
8.sp
9.ti 0
10DESCRIPTION wc\b\b__
11provides a count of the words, text lines, and control lines for
12each argument file.
13
14A text line is a sequence of characters not beginning with ".",
15"!" or "'"
16and ended by a new-line.
17A control line is a line beginning with ".",
18"!" or "'".
19A word is a sequence of characters bounded by the beginning
20of a line, by the end of a line, or by a blank or a tab.
21
22When
23there is more than one input file,
24a grand total is also printed.
25.sp
26.ti 0
27FILES --
28.sp
29.ti 0
30SEE ALSO roff(I)
31.sp
32.ti 0
33DIAGNOSTICS none; arguments not found are ignored.
34.sp
35.ti 0
36BUGS --