shell:wc
Description
Print newline, word, and byte counts for each file.
Syntax
shell:wc [options] [files]
Arguments
| Name | Description |
|---|
| files | The list of files where to perform the count |
Options
| Name | Description |
|---|
| -w, --words | Print the word counts. |
| -c, --bytes | Print the byte counts. |
| --help | Display this help message |
| -l, --lines | Print the newline counts. |
| -m, --chars | Print the character counts. |