linux (2) 썸네일형 리스트형 wc 실습 option-c : 문자수만 보여줌-m : 캐릭터수만 보여줌-l : 라인수만 보여줌-w : 단어수만 보여줌-L : 가장 긴줄 한줄의 글자수 보여줌 [root@localhost ~]# cat testfiletest01test02test03testtesttest [root@localhost ~]# wc -c testfile34 testfile [root@localhost ~]# wc -l testfile4 testfile [root@localhost ~]# wc -w testfile4 testfile [root@localhost ~]# wc -L testfile12 testfile [root@localhost ~]# wc -m testfile34 testfile pcre-8.36.tar.gz nginx , naxsi pcre-8.36.tar.gz 이전 1 다음