Created
August 31, 2015 18:16
-
-
Save nijotz/00de949a08ff9c0b3d16 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_all | sort | uniq -c | sort -nr | head -n20 | |
| 10663 git | |
| 3306 rake | |
| 1804 middleman | |
| 1668 vim | |
| 1664 cd | |
| 1441 ls | |
| 943 cat | |
| 672 ruby | |
| 594 grep | |
| 546 rm | |
| 462 bundle | |
| 279 curl | |
| 276 less | |
| 259 rspec | |
| 229 mv | |
| 199 contentful-importer | |
| 182 find | |
| 173 ssh | |
| 162 cp | |
| 153 gem |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
work.. #2 is 😭