2008/04/13

Unix Command of the Day

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

No comments: