wc
عدّ الأسطر والكلمات والبايتات. لمزيد من التفاصيل: 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}}
stdin
:{{find .}} | wc
wc {{[-L|--max-line-length]}} {{path/to/file}}