If your friends jumped off a bridge ...
So Ben and Jon both did it, and I secretly did it, and am now going to blog it.
sugr:~ dante$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
173 ls
171 cd
32 svn
31 rm
15 mv
12 pico
8 tar
7 scp
6 cp
6 clear
the direct correlation between ls and cd, and both being used magnitudes more frequently indicate I need better short-term memory skills. A lot of it is simply not looking at the path, actually. cd somethng/ ls _crap_ .. cd something/ ls ... you get the point.
good to see svn in the top three.
rm, mv - I do a lot of shifting around. Kind of a packrat that way. I also download a lot, and forget why, so do mass cleanups.
I am proud of my pico usage. Most times you don't need a whole editor, and to be honest, I've never quite figured out all the nuances of vi, nor had the desire to, in order to make it my editor of choice in the console.
cp, scp - mmm. I shift around [remotely,] and securely, apparently.
