history | awk ‘{a[$2]++}END{for(i in a){print a[i] ” ” i}}’ | sort -rn | head
Michael Mahemoff made me do it!

millette@boss:~$ history | awk '{a[$2]++}END{for(i in a){print a[i] ” ” i}}’ | sort -rn | head
2486 ls
1934 cd
498 rm
398 btdownloadgui
395 kaffeine
375 mv
266 htop
242 df
239 watch
210 vim
PS: my history is 10000 lines long. I like to use CTRL-R a lot :)




Il ya comme une corrélation entre :398 btdownloadgui et 395 kaffeine
:D
Comment by Aline — 2008/05/26 @ 13:35