Skip to content

Instantly share code, notes, and snippets.

@indexzero
Forked from csanz/MostUsedCommands.md
Created December 31, 2011 21:55
Show Gist options
  • Save indexzero/1545459 to your computer and use it in GitHub Desktop.
Save indexzero/1545459 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

         288 git
          29 heroku
          28 bin/runserver
          24 cd
          23 node
          13 ll
          11 vi
          10 open
           8 g
           7 mv
           7 RIAKSEARCH_HOST="search1.geekli.st" bin/runserver
           6 mongo
           6 clear
           5 sudo
           4 touch
           4 mate
           3 rm
           3 npm
           3 cat
           2 mongorestore
           2 mkdir
           2 history
           1 sublime
           1 ssh
           1 redis-server
           1 pwd
           1 monogo
           1 mongod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment