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
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