摘要: cat access.log | awk '{print $4,$1,$9}' | awk -F'/' '{print $3}'| awk -F':' '{print $2 ":" $3,$4}' | awk '{print $1,$3,$4}' | uniq -c | sort -n 阅读全文
posted @ 2015-09-02 13:33 olderblue 阅读(145) 评论(0) 推荐(0) 编辑