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
@cfsghost
Copy link

200 ls
83 cd
77 vim
24 make
16 ./node
12 git
12 ./compilejs
10 ./mksnapshot
9 exit
7 sudo

@poying
Copy link

poying commented Jul 1, 2013

1299 cd
1062 ls
895 vim
733 sudo
627 node
610 git
256 npm
204 ../bin/ngtw.js
202 curl
184 rm

@rsghost
Copy link

rsghost commented Jul 2, 2013

250 vi
186 ls
134 cd
77 node
47 mosh
44 exit
35 git
25 sudo
25 mv
23 rm

@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