摘要: history | awk '{$1="";print $0;}' | sort | uniq -c | sort -n -k1 | tail -fn 10 阅读全文
posted @ 2014-03-26 19:16 jiangfullll 阅读(8147) 评论(0) 推荐(0)