IBM has a nice article called UNIX productivity tips. The article mentions this one-liner, which shows the shell commands you use most often:
$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10
471 sl
222 cd
217 csl
155 vi
140 ..
112 ls
106 cls
70 rm
64 mv
58 xpdf
Gee, I didn't know I'm that boring...
Note how I mistype "ls" way more often than I type it correctly. Luckily my .bashrc fixes this for me :)
Update 2006-09-25: When I posted this, I didn't intend to start a meme, but it seems I did: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32
(via Lifehacker)
Recent comments
20 weeks 6 days ago
47 weeks 14 hours ago
1 year 2 weeks ago
1 year 2 weeks ago
1 year 3 weeks ago