wc [OPTION]... [FILE]...
# cat test.txt3 | wc 18 56 531 # wc test.txt3 -l 18
Copyrights © - Joinc, All Rights Reserved. Inherited From - Yundream Rebranded By - Joonphil
사용법
설명
- -c, --bytes
바이트 단위로 계수한다.- -m, --chars
문자의 갯수를 계수한다.- -l, --lines
줄의 갯수를 계수한다.- -L, --max-line-length
가장 긴 줄을 길이를 되돌려준다.- -w, --words
단어의 갯수를 계수한다.사용법
Recent Posts
Archive Posts
Tags