| WC ( 1 ) | USER COMMANDS | WC ( 1 ) |
|---|
If more than one file is specified, wc writes a total count for all of the named files with total written instead of the file name.
By default, wc writes all three counts. Options can specified so that only certain counts are written. The options -c and -m are mutually exclusive.
If no file is given, or if the file is -, wc reads from standard input and no filename is written to standard output. The start of the file is defined as the current offset.