For Shell-Lovers
Hehe, nice Geek Stuff: The Top Ten Unix Shell Commands You Use. Here are my results:
phil@enterprise-c ~ $ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10
65 exit
65 cd
54 ls
44 wget
41 su
29 cp
26 du
18 mv
17 xmms
17 killall
As you can see, I'm using my ETerm mostly for file-management.
The last two entries are in direct connection and indicate some problems with my audio playing software...
As root it's looking like this:
enterprise-c phil $ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10
341 emerge
31 exit
13 mcedit
13 etc-update
10 ls
9 umount
8 cd
8 /etc/init.d/apache2
6 make
6 cp
So the normal administration things...
[ Via The lunatic Fringe (Tim Pritlove) ]
And I finally have to include the trackback ping function into my blog...
Trackback(s)
A trackback is a kind of a source link. If i was finding an interesting entry in another blog, that i am commenting in my own blog, i am linking to the original message via the trackback. Has someone commented one of my entries in his/her weblog, you can find this link here under trackbacks, too. More informations about trackback are in the Wikipedia for example.
Trackback URL: /trackback/for-shell-lovers/