Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created September 14, 2011 23:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save kennethreitz/1218109 to your computer and use it in GitHub Desktop.
Save kennethreitz/1218109 to your computer and use it in GitHub Desktop.
Most used commands, in order by usage, since last install
1665 git
1180 mate
912 ls
879 cd
751 gitx
596 python
359 ./manage.py
198 j
180 rm
169 clear
166 pip
163 brew
157 ack
148 ssh
147 open
142 make
115 ping
107 mv
92 ssh-rdd
88 touch
@kennethreitz
Copy link
Author

history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn |head -n 20 to make yours.

(source: http://pydanny.blogspot.com/2008/04/history-of-my-most-used-shell-commands.html)

@zeekay
Copy link

zeekay commented Sep 14, 2011

Wow you never delete anything.

@ustun
Copy link

ustun commented Sep 15, 2011

Very similar to mine.

A question: Why clear instead of C-l?

@kennethreitz
Copy link
Author

I hit Command + K most of the time actually.:)

@ustun
Copy link

ustun commented Sep 15, 2011

I didn't know that one. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment