wc Command Examples

Count lines, words, and bytes. More information: https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html.

wc {{[-l|--lines]}} {{path/to/file}}

wc {{[-w|--words]}} {{path/to/file}}

wc {{[-c|--bytes]}} {{path/to/file}}

wc {{[-m|--chars]}} {{path/to/file}}

{{find .}} | wc

wc {{[-L|--max-line-length]}} {{path/to/file}}