3 wc \- count characters, words, and lines in a file
5 \fBwc\fR [\fB\-clw\fR] \fIfile\fR ...\fR
20 # Print character count
30 # Print all three counts for both files
33 # Print line count only
37 reads each argument and computes the number of characters, words and lines
39 A word is delimited by white space (space, tab, or line feed).
40 If no flags are present, all three counts are printed.