wc [file...]
World, line, character, and byte count
Arguments
Name | Description |
---|---|
file | File to count in |
Options
Name | Description |
---|---|
-c | Output the number of bytes to the standard input |
-l | Output the number of lines to the standard input |
-m | Output the number of characters to the standard input |
-w | Output the number of words to the standard input |