opensoul.org

What's your command?

September 27, 2006 code 1 min read

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
This content is open source. Suggest Improvements.

@bkeepers

avatar of Brandon Keepers I am Brandon Keepers, and I work at GitHub on making Open Source more approachable, effective, and ubiquitous. I tend to think like an engineer, work like an artist, dream like an astronaut, love like a human, and sleep like a baby.