-
-
Save colby/9ee1793fe7a1720d3c16 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 | |
5676 git | |
2612 now | |
1937 vim | |
1630 ssh | |
1186 j | |
829 cd | |
617 curl | |
591 clear | |
370 grep | |
322 echo | |
293 hub | |
252 ls | |
216 rm | |
209 cat | |
208 vs | |
200 vu | |
176 tmux | |
175 man | |
159 sudo | |
156 vst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment