CLI2
I found this nice command on Max Spevak’s blog to know the most used shell commands
[lfoppiano@sboing ~]$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
179 ls
162 cd
91 ssh
79 grails
61 vim
24 rm
22 su
21 git-pull
20 svn
20 mplayer
[lfoppiano@sboing ~]$
My question is….where is python? Maybe on fc8-serv.byte-code.lan





