Saturday, April 12, 2008

Going with the flow

Lately my collages at prt.sc have been printing their terminal usage history. I found mine to be interesting, so I'll post it too.

BlackBookII:~ jpa$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
59 ruby
59 clear
51 dscacheutil
37 ls
35 java
35 cd
31 sudo
24 vi
20 ps
19 rm

Yeah, I like to clear the output before doing something else... The dscacheutil honorable mention is a memory from my home in Portugal, see, the problems I had with Meo vs Leopard never quite disappeared and doing a "dscacheutil -flushcache" was the only way to get over the nagging network resolution bug.

No comments: