Created
March 10, 2014 15:01
-
-
Save andxyz/9466640 to your computer and use it in GitHub Desktop.
zsh top ten commandline
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
#!/bin/bash | |
# history -99999 | awk '{print $2}' | sort | uniq -c | sort -rn | head -20 # ttopten1 | |
2909 git | |
537 curl | |
358 cd | |
244 brew | |
198 ls | |
185 rm | |
178 subl | |
158 cat | |
134 sset | |
127 bower | |
125 open | |
114 find | |
110 npm | |
108 gco | |
104 http | |
89 mv | |
87 composer | |
86 sudo | |
79 which | |
77 history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment