Top 10 used commands
Following up on Wouter's
here are mine..
On my laptop :
sdog@mine2 ~$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10 227 ssh 196 ls 142 cd 94 su 34 ping 32 vi 28 rm 25 history 23 more 19 sed
That's kind of what you expect :)
On my remote shell/web box however ..
buytaert@emperor:~$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10
140 ls
78 cd
72 ./clean_blog_comments.sh
58 vi
16 more
15 ./restore
14 ssh
12 du
10 rm
6 psThe clean_blog comments and restore are more troubling. Restore is the script I use to restore a the openMosix and IBMnetstation Wiki's when they have been attacked by spammers.. Spammers should be punished !!!