What's your command?
Inspired by laundr.us.
brandon$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -nr | head -10
78 cd
76 rake
61 ls
60 svn
24 mongrel_rails
21 ./script/generate
19 ruby
18 ./script/console
17 rm
12 ssh








2 comments
September 27, 2006 at 12:04 PM
October 07, 2006 at 06:39 PM
Speak your mind: