-
-
Save arubdesu/1242498 to your computer and use it in GitHub Desktop.
cut -f1 -d" " < ~/.bash_history | sort | uniq -c | sort -nr | head
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
my standard user: | |
59 ping | |
46 ls | |
37 su | |
36 python | |
35 ssh | |
29 cd | |
26 git | |
21 ./createLionUserSetup.py | |
20 man | |
15 diskutil | |
local admin: | |
11 ls | |
10 make | |
8 pwd | |
8 cd | |
6 /bin/sh | |
5 sudo | |
5 find | |
3 which | |
3 vim | |
3 ping | |
acdha's: | |
786 git | |
193 django-admin.py | |
83 fab | |
78 mate | |
78 cd | |
73 ls | |
45 workon | |
45 ssh | |
44 pydoc | |
42 gitx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Three years later!