Study/Shell
awk 의 조건 연산
영혼도둑
2007. 9. 14. 18:18
[root@nms mutant]# cat ex070912.log | awk '{ if($12=="200") {print $10} }' | sort | uniq -c | sort
맨날 까묵기에... ㅡㅡ;
맨날 까묵기에... ㅡㅡ;