awk '{print $6}' searchlog_20100201
awk '{print $4}' ./slog_04/searchlog_2010020* ./slog_05/searchlog_2010020* | sort -r | uniq -c | sort >> result.txt
sort
http://blog.naver.com/koleekr7/100092883973
awk
http://ttongfly.net/zbxe/?document_srl=43119
'LINUX' 카테고리의 다른 글
[apache] server_status (0) | 2010.05.25 |
---|---|
리눅스 서브 디렉토리 포함 파일수 구하기 (0) | 2010.04.23 |
lighttpd (0) | 2010.03.18 |
sendmail 로 웹상에서 다음으로 메일이 안보내질때 (0) | 2010.03.09 |
robots.txt 세팅방법 (0) | 2010.02.16 |