|
|
coherent
wc Command wc Count words, lines, and characters in files wwcc [-ccllww] [_f_i_l_e...] wc counts words, lines, and characters in each file. If no file is given, wc uses the standard input. If more than one file is given, wc also prints a total for all of the files. wc defines a word to be a string of characters surrounded by white space (blanks, tabs, or newlines). It defines the number of lines to be the number of newline characters in the file, plus one. wc recognizes the following options: -cc Count only characters. -ll Count only lines. -ww Count only words. The default action is to print all counts. ***** See Also ***** commands COHERENT Lexicon Page 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.