Skip to content

Instantly share code, notes, and snippets.

@f3nry
Created December 31, 2011 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f3nry/1545148 to your computer and use it in GitHub Desktop.
Save f3nry/1545148 to your computer and use it in GitHub Desktop.
most used commands
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -r
148 git
51 cd
39 ls
32 scala
32 rails
27 rspec
25 vagrant
15 vim
15 time
14 php
13 bundle
12 ssh
12 less
8 cat
5 clear
5 ab
4 xsltproc
4 rm
4 heroku
4 export
3 jammit-s3
3 bg
3 "
2 touch
2 shotgun
2 scalac
2 pecl
2 mkdir
2 for
1 rake
1 railss
1 play
1 ping
1 mv
1 mongo
1 history
1 gid
1 gem
1 cp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment