Created
April 8, 2010 14:37
-
-
Save yaotti/360128 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ history -n 1 | awk {'print $1'} | sort | uniq -c | sort -k1 -rn | head | |
1275 sudo | |
910 ls | |
908 git | |
835 rm | |
808 gg | |
773 gc | |
727 cp | |
678 less | |
615 make | |
582 mv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment