On Mon, 2007-03-26 at 22:34 +0200, Heikki Levanto wrote: > On Mon, Mar 26, 2007 at 03:53:46PM -0400, Don Dailey wrote: > > > > My people have asked about sending stderr to the display when > > running the cgos tcl client. Several people on CGOS use the > > perl client because of this. > > > > I think it can be done by appending "2>@ stdout" to the > > command line invocation of your program. At least in linux. > > Didn't work for me, on my linux. The client script got my stderr > comments, when it expected valid output, so it aborted.
> Appending "2>/dev/stderr" did the trick, as it ought to. That makes sense. I suppose directing it to stdout just sends it to the stdout of the pipe. > -Heikki > _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
