April 2012
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
a place for stuff: Top 10 Shell Commands →
backonamission:
glennstovall:
Found out you can find out your top 10 most run shell commands by running the following command:
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
I got the following, says a lot about how I spend time on the command line:
Mine are:
159 git
58 ls
52 cd
25 sudo
24 ssh
15 find
14 rm
13 open
13 bbedit
11 launchctl
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag
4 tags
7 Steps to Incredible Personal Productivity →
(via Instapaper)