wc
" | " wc [ -c | -l | -w ]
Syntax Description
| | |
Pipe command output to filter |
| wc |
Count words, lines, characters |
| -c |
Output character count |
| -l |
Output line count |
| -w |
Output word count |
Command Modes
- /output
Feedback