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
schmazz@schmazztop:~$

I AM SO ASHAMED.

((Really it's because the fucker never works and I was trying to get it to help me play old dos games. but dosbox is the way to go, there.))

OKAY THERE IS NO EXCUSE. *slugs off to sudo apt-get remove*
Previous post Next post
Up