Word, line, and byte count
wc [OPTION]… [FILE]…
wc -c tmpfile count bytes
wc -w tmpfile count words
wc -l tmpfile count lines