카테고리 없음

웹로그 분석시 웹문서만 보기

좋은날 2012. 4. 5. 20:54


cat web.log | awk '{print $1" "$2" "$5" "$6" "$7" "$8" "$9}' |
egrep -v "(.gif|.jpg|.png|.swf|.ico|.txt|.xml|.css|.js|.rss)" |
sed -e "s/^2012-//g" > simple_web.log

저작자표시 비영리 변경금지 (새창열림)