On 10/13/05, Alan Altmark <[EMAIL PROTECTED]> wrote: > to stdout itself. (I do this all the time in REXX execs - handle the > return codes I can deal with myself and dump to the console if I don't > recognize it. Is Linux so different?)
Yep. You're missing CMS Pipelines and maybe REXX stems. As the examples show you must redirect output to a temporary file (and deal with the fact that some commands produce different output when redirected) and then read the file back in to see what was there.That's not elegant. My `vmcprc` was as close as I could get. Rob -- Rob van der Heij rvdheij @ gmail.com ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
