wc(1posix) - word, line, and byte or character count
-c     Write to the standard output the number of bytes in each input file.
-l     Write to the standard output the number of <newline>s in each input file.
-m     Write to the standard output the number of characters in each input file.
-w     Write to the standard output the number of words in each input file.