From: "reed.adam@..." Date: 2007-03-03T00:20:06+09:00 Subject: Re: Ruby Noob: Using stderr, stdout, etc Thanks for the explanation Tim, that's exactly what I needed. I didn't realize they would act differently under windows/unix - I think I was stuck on imagining them as code-specific items because I wasn't used to hearing about them in unix. Strangely enough, I'm ok as far as unix and pipe/redirection, and I've been logging output of standard unix stuff to files for a couple of years - just never knew specifically what the output was called. Go figure.