TOOL » LINUX » PACKAGE

Wc

Usage

If FILE is not specified or -, use stdin instead.

shell
wc OPTIONS FILE
OptionDescription
-c --bytesPrint the byte counts.
-m --charsPrint the character counts.
-l --linesPrint the newline counts.