Apparently, there's a shell history thread making its way around the tech blogs and Dr. Bacchus put in his two cents. So in the spirit of "if you don't even really care about trying to beat them, you might as well join them," I submit mine from my web server:
[llang@jwsinteractive1 ~]# history | awk '{print $2}' | sort | uniq -c | sort -rn | head
274 ls
126 cd
104 vim
40 rm
32 cp
26 mv
20 mkdir
20 locate
19 ftp
19 exit
Being a remote server for a fledgling web business, I've spent a lot of time getting files into the right places and editing config files and code. Not to mention the time spent just looking for the right thing to edit.
It gets really frustrating trying to track down problems that don't really exist...
My Linux box is now back online! If you don't know the history of this, you can read about it here.
After getting entirely too frustrated with not being able to use the Linux part of my computer for anything meaningful, I embarked on a short and not-very-exhaustive search for a new modem. I found an eBay auction for the exact model that came preinstalled when I bought the box and which worked flawlessly with Linux. A couple days and one good bid later, I was the owner of a new modem. It arrived yesterday but I didn't have time to install it until just now.
How I used the occasion of a flaky PC problem to begin my journey into Linux. Here's the story.