in reply to Re: Re: output to screen by hitting return key
in thread Program hangs while gathering external program output

thanks for the response. It rocks! Any idea about the java exception problem in my previous post?
  • Comment on wooo, this trick works, but when java throws exception...Re: Re: Re: output to screen by hitting return key

Replies are listed 'Best First'.
Re: wooo, this trick works, but when java throws exception...Re: Re: Re: output to screen by hitting return key
by Anonymous Monk on Apr 19, 2002 at 01:50 UTC
    redirect STDERR to STDOUT ?? Just a guess, but try this:
    "$program < newline.file 2>&1 |"