Created
November 29, 2016 14:11
-
-
Save utgwkk/36f3a75ee423cc59c6cba15452cd4a70 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
% cat .zsh_history | cut -d";" -f2 | cut -d" " -f1 | sort | uniq -c | sort -nr | head -20 | |
420 git | |
299 vim | |
223 ls | |
198 cd | |
165 cat | |
154 python | |
141 sudo | |
129 rm | |
106 wget | |
90 mv | |
65 curl | |
63 cp | |
59 mkdir | |
56 echo | |
51 | |
47 ll | |
43 ps | |
42 less | |
33 tmux | |
33 pyenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment