Skip to content

Instantly share code, notes, and snippets.

@andxyz
Created March 10, 2014 15:01
Show Gist options
  • Save andxyz/9466640 to your computer and use it in GitHub Desktop.
Save andxyz/9466640 to your computer and use it in GitHub Desktop.
zsh top ten commandline
#!/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