摘要: root@debian:~/Workspace# awk ' { if(match($7,"/*\.php*")) { if(index($7,"?")) { print substr($7,0,index($7,"?")) } else { print $7; } } } ' access.log... 阅读全文
posted @ 2015-03-10 15:47 arvim 阅读(551) 评论(0) 推荐(0) 编辑