본문 바로가기

카테고리 없음

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


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