统计linux命令的频度

引用:
history|awk '{a[$2]++ } END{for(i in a){print a " " i}}'|sort -rn |head