TOOL » LINUX » PACKAGE
Wc
Usage
If FILE is not specified or -, use stdin instead.
shell
wc OPTIONS FILE| Option | Description |
|---|---|
-c --bytes | Print the byte counts. |
-m --chars | Print the character counts. |
-l --lines | Print the newline counts. |