Here's what you get from a newbie
And I always feel like a total thread killer--glad I am not alone!
Code:
jesse@lucid:~$ history | awk '{a[$2]++}END{for(i in a){print a [ i ]" " i}}' | sort -rn | head 32 sudo 20 ls 19 cd 16 exit 7 shutdown 7 ps 4 reboot 3 startx 3 kill 2 man jesse@lucid:~$
Comment