줄, 단어 또는 바이트 수를 계산. 더 많은 정보: https://keith.github.io/xcode-man-pages/wc.1.html.
wc -l {{경로/대상/파일}}
wc -w {{경로/대상/파일}}
wc -c {{경로/대상/파일}}
wc -m {{경로/대상/파일}}
stdin
{{find .}} | wc