help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Pipe capturing from stdout and stderr?


From: Rick Flower
Subject: [Help-smalltalk] Pipe capturing from stdout and stderr?
Date: Mon, 24 May 2010 17:19:24 -0700
User-agent: RoundCube Webmail/0.2.1

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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]