I have brought shame to myself.

Aug 17, 2007 00:08

I found this cool command that shows me my top 10 most-used commands in the terminal.

schmazz@schmazztop:~$ history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -n | tail | sort -nr
168 sudo
27 cd
24 exit
19 ifconfig
13 ls
9 man
9 cat
5 ssh
4 wine 4 sensors ( Read more... )

Leave a comment

Comments 4

jzer August 17 2007, 10:13:31 UTC
<3

Reply

lynnini August 17 2007, 21:35:12 UTC
=D

Reply


decklin August 17 2007, 14:09:30 UTC
tee hee.

Reply


avator August 19 2007, 20:13:40 UTC
I didn't know you used Linux, wow ;)... Naughty commands.

Reply


Leave a comment

Up