wc

wc [-clw][--help][--version][file...]
-c or --bytes or --chars only shows the number of Bytes.
-l or --lines only shows the number of columns.
-w or --words only shows the number of words.
--help Online help.
--version Displays version information.

Last updated