Can the STDERR from a process be read?
Steve Pothier (starnet!apple!nemesis.tucson.saic.com!pothiers)
Fri, 5 May 1995 08:19:04 -0600
When I do a "read from process CMDLINE until return", I get the data
that has been written to STDOUT from the program given in CMDLINE. Is
there any way to read the data that was written to STDERR? I want
to keep the two streams distinct; no fair merging them.
-sp-