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

scarwu commented Jun 27, 2013

1291 cd
774 sudo
609 rm
599 git
574 gcm (git commit -m)
440 grep
409 vim
396 mv
316 cat
294 kill

at last kill them all..

@clonn
Copy link

clonn commented Jun 28, 2013

434 git
122 cd
96 ls
48 node
19 vim
16 subl
16 npm
15 grep
13 brew

@Casear
Copy link

Casear commented Jun 28, 2013

1081 cd
356 npm
353 vim
316 node
229 mv
196 rm
194 hexo
177 git
145 ssh
122 nvm

@huangtw
Copy link

huangtw commented Jun 28, 2013

206 make
165 cd
143 ls
97 svn
38 cat
37 openssl
26 pwd
24 iperf
22 screen
17 telnet

@SimonSun1988
Copy link

219 ls
198 cd
181 sudo
113 git
38 make
18 python
17 ssh
15 pip-python
14 ifconfig
12 vim

神串已留名,原來我都一直在進入資料夾,列出裡面有什麼東西XD

@dynamicy
Copy link

336 ls
211 cd
65 sudo
54 make
43 exit
42 vim
41 git
26 rm
19 gcc
17 ./a.out

@elct9620
Copy link

1741 vim
1406 git
858 cd
668 ls
557 make
261 rake
222 rm
202 brew
195 artisan
164 sudo

@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