Paolo et-al, I've got a script that uses a pipe to issue commands and retrieve the output for parsing.. All is good but I found out today that one of the commands I'm invoking generates output to stderr in addition to stdout. The stderr stuff is sent directly to the terminal session while gst sees the stdout stuff.. Is there a way to also capture the stderr stuff and either parse it separately (or discard) or merge the two together for combined parsing?
I saw references to stderr in some of the scripts but not in conjunction with the pipes.. Is there a way to do this? Thx! _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
