This post originated from an RSS feed registered with PHP Buzz
by Joe Grossberg.
Original Post: My Top Ten UNIX Commands: Part Two
Feed Title: Joe Grossberg
Feed URL: http://feeds.feedburner.com/joegrossbergatom/
Feed Description: My bullshit, your brain.
$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head (via Fallen Rogue)
233 cd (and aliases that do a cd) 154 emacs 125 svn 83 grep 72 sdiff (alias to svn diff w/ coloring) 67 sst (alias to svn st w/ coloring) 58 ll (alias to ls -l) 29 rake 20 ssh 13 ./start.sh (for starting mongrel, to work on Rails apps locally)