Saturday, April 26, 2008

Everyone else is...

[alm@hedx alm]$ history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
229 ls
169 cd
109 vi
89 exit
62 BucketGovt.rb
46 su
38 svn
32 ./BucketGovt.rb
28 sudo
28 cp

I'm really quite shocked that pwd isn't in that list somewhere. Whenever I'm at the command line thinking it is an impulse to type pwd over and over. Don't know why.

I was certain that vi would be in the top three, surprised that svn wasn't higher on the list.

BucketGovt.rb is a mammoth Ruby script I wrote at work that processes reports coming in from insurance payers... Guess I've been working on it a lot.

0 comments:

Post a Comment