[ create a new paste ] login | about

Link: http://codepad.org/DVVuuViE    [ raw code | fork ]

link307 - C, pasted on Jun 7:
1
history | awk '{CMD[$2]++;count++;} END { for (a in CMD )print CMD[ a ]" " CMD[ a ]/count*100 "% " a }' | grep -v "./" | column -c3 -s " " -t |sort -nr | nl | head -n10 


Create a new paste based on this one


Comments: