COHERENT help
This page displays the COHERENT help information for wc.
Listing of available help pages
wc -- Count words, lines, and characters in text files
wc [-clw] [file...]
Options:
-c Print count of characters
-l Print count of lines
-w Print count of words
If no file is given, wc reads stdin; if more than one file is given, it also
prints a total.











