[josh@ptolemy ~] uname -a
Darwin ptolemy.local 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar 4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386 i386
[josh@ptolemy ~] history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
128 cd
78 open
72 make
58 ls
35 rm
31 cvs
21 cvsdiff
17 cvsdiffb
11 pwd
11 ffdebug
Not too exciting. I use some shell aliases, “cvsdiff” is “cvs diff” with my regular options, “cvsdiffb” is “cvs diff” with the “brief” option so I get a list of files that changed and not the changes themselves. “ffdebug” is “gdb” with “NO_EM_RESTART=1″ at the beginning, which stops Firefox from doing extension manager restarts when I want to debug it.



Oh, much joy in Poohville today! Never knew about NO_EM_RESTART but I know I want it!! Thanks!
Thank’s, very interesting article!