wc
Tel regels, woorden en bytes. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html.
wc {{[-l|--lines]}} {{pad/naar/bestand}}
wc {{[-w|--words]}} {{pad/naar/bestand}}
wc {{[-c|--bytes]}} {{pad/naar/bestand}}
wc {{[-m|--chars]}} {{pad/naar/bestand}}
stdin
:{{find .}} | wc
wc {{[-L|--max-line-length]}} {{pad/naar/bestand}}