01 2016 档案

摘要:cat access.log | awk '{print $2}' | sort | uniq -c | sort -k1nr | head -10# -k1 follow the first column nr 阅读全文
posted @ 2016-01-04 19:56 hao.ma 阅读(160) 评论(0) 推荐(0)