Created
May 13, 2009 03:16
-
-
Save cho45/110853 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
/ _ / X < ruby -pe 'gsub(/^.+;| .+$/,"")' ~/.zsh_history* | sort | uniq -c | sort -r | head -20 | |
3613 lm | |
3471 git | |
2887 cd | |
2447 vim | |
2173 fg | |
1026 svn | |
922 ssh | |
833 sudo | |
616 .. | |
603 perl | |
562 ruby | |
402 cat | |
354 rm | |
307 exit | |
302 open | |
245 make | |
241 mv | |
236 ls | |
223 cap | |
201 screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment