Created
August 31, 2015 18:21
-
-
Save qpfiffer/1c5d635d4e323b0cbb3b 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
(master) | |
λ:~/src/productionportal awk '{print $1}' ~/.bash_history | sort | uniq -c | sort -nr | head -n20 | |
471 ls | |
323 git | |
243 cd | |
233 vim | |
82 grep | |
72 aws | |
66 ./manage.py | |
63 ssh | |
62 bundle | |
40 cat | |
27 sudo | |
21 rbenv | |
20 rake | |
20 ./deploy.sh | |
17 mysql | |
14 rails | |
14 find | |
13 gem | |
12 psql | |
11 rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment