Last active
December 19, 2015 01:29
-
-
Save hanksudo/5876091 to your computer and use it in GitHub Desktop.
Top 10 shell commands you currently use by https://coderwall.com/p/o5qijw Leave your top 10 below.
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
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mine:
173 ping
122 exit
48 nslookup
29 ifconfig
26 traceroute
16 perl
13 curl
10 ssh
9 sudo
7 ls