wc

version: 0.0.9
wc [OPTIONS] [files]...

Display newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified.

Options

--help, -h

Print help information

--version, -V

Print version information

--bytes, -c

print the byte counts

--chars, -m

print the character counts

--lines, -l

print the newline counts

--max-line-length, -L

print the length of the longest line

--words, -w

print the word counts