| wc |
|
|
|
| Tuesday, 16 March 2010 13:42 |
Command wcDisplays the number of bytes, words and lines found in the file. Syntaxwc [options] [files]
Options
-c displays only the number of bytes. Descriptionwc command displays the number of bytes, words and lines found in the file. If the input file is not specified, wc reads from standard input. |