tecosystems

Well, Everyone Else Was Doing It

Share via Twitter Share via Facebook Share via Linkedin Share via Reddit

I know Mark and Tim‘s results are a bit more interesting than my own, but nonetheless:

sog@frost:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5dt%s n",a[i],i}}'|sort -rn|head
104 ps
66 kill
46 sudo
42 cd
41 ls
36 pon
31 exit
20 htop
14 ssh
14 killall

The pon and the kill are the start and stop for my Cingular HSDPA card, while the ssh and the exit are rough equivalents for hicks. htop merely tells me what’s misbehaving.

As with Tim, I’ll note that this doesn’t reflect my usage of emacs, which Joe has tricked me into relying on.

Update: Long as I’m at it, why not look at the X300 as well?

sog@bishop:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5dt%s n",a[i],i}}'|sort -rn|head
80 sudo
74 ls
57 cd
20 cp
19 nano
18 ps
17 git
16 make
16 locate
12 modprobe

Almost everything on here is related in some way to my thus far futile quest to get sound working, with the exception of git which I’ve been playing with.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *