wc - word, line, character, and byte count
$ wc [--lines] [--bytes] [--words] [file...]
--help
: Display help message and exit--version
: Print version-l
, --lines
: Output line count-c
, --bytes
: Output byte count-w
, --words
: Output word countfile
: File to process