On Tue, Aug 21, 2007 at 01:20:49PM -0400, Jason House wrote: > Also, what is the best way to capture the output to stderr from the > engine while running on CGOS?
My script does the simple thing: ./cgos3.tcl $NAME $PASS "$PGM 2>/dev/stderr" $STOP This works on Linux, and puts stderr back to /dev/stderr, no matter how much cgos3.tcl tries to redirect it. Of course you can also capture it in a file, and perhaps run a tail -f on it... -Heikki -- Heikki Levanto "In Murphy We Turst" heikki (at) lsd (dot) dk _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
