Additions:
If no options are given then the default is -l -w -c.
If no files are given, or if "-" is given then counts are read from the standard input.
One line is printed with each of the selected counts followed by the filename (if not the standard input).
A total line is printed if > 1 file is selected.
====Options====
wc takes the following options.
||-l||Count lines||
||-w||Count words||
||-c||Count characters (not bytes)||
If no files are given, or if "-" is given then counts are read from the standard input.
One line is printed with each of the selected counts followed by the filename (if not the standard input).
A total line is printed if > 1 file is selected.
====Options====
wc takes the following options.
||-l||Count lines||
||-w||Count words||
||-c||Count characters (not bytes)||