-type f
-or
-type d
|
wc -l
tr -d “ “
공백문자를 제거
wc 명령어에 대해서
new line, word, byte count를 해주는 명령어
-c 옵션으로는 바이트를 센다
-m 옵션으로는 character 카운트를 센데
-l 옵션으로는 lines 수를 센다
wc -l을 하면 왜 공백이 들어올까?
→ 모르겠다!!
Extra space with counted line number?
Linux WC | How does WC Command Work in Linux?