Created
August 31, 2015 18:18
-
-
Save kyleterry/792d5143312435148b6e 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
awk '{print $1}' ~/.bash_history | sort | uniq -c | sort -nr | head -n20 | |
981 git | |
510 sudo | |
444 vim | |
423 cd | |
385 ls | |
266 vagrant | |
228 nosetests | |
77 ./screen_capture.sh | |
73 ssh | |
69 beet | |
68 ncmpcpp | |
67 rsync | |
56 ps | |
46 tmux | |
41 ngrok | |
39 yaourt | |
39 ffmpeg | |
38 pip | |
34 pacman | |
33 ssh-add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment