Seems like everyone is posting there top ten command line commands, so what the hell…
ryanparrishscomputer:~ rparrish$ history|awk '{a[$2]++} END{for(i in a){printf “%5d\t%s\n”,a[i],i}}’|sort -rn|head
57 ls
51 cd
45 svn
22 ssh
19 paster
13 sudo
11 vi
9 python
6 ps
3 whois
This is on a week old OS 10.5 system, so I’m still getting things setup and haven’t got into the swing of things yet. Although you can see I have been doing most of my work with pylons this past week.
Post a Comment