Skip to content

Instantly share code, notes, and snippets.

@hanksudo
Last active December 19, 2015 01:29
Show Gist options
  • Save hanksudo/5876091 to your computer and use it in GitHub Desktop.
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.
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
@vlpeng
Copy link

vlpeng commented Jul 3, 2013

mine:

173 ping
122 exit
48 nslookup
29 ifconfig
26 traceroute
16 perl
13 curl
10 ssh
9 sudo
7 ls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment