wc [OPTION]... [FILE]...
$ ls | wc -w 14
$ wc -l test.txt 26 test.txt
-w, --words |print the word counts -m, --chars |print the character counts -l, --lines |print the newline counts -c, --bytes |print the byte counts