Mike H
2005-04-01 18:44:06 UTC
I'm using more and more REXX in my Linux work (must be a result of old
VM and OS/2 habits...). I frequently want to use Linux commands
and then process the output within the REXX 'environment'. For example, I do a
command, then grep the result and pipe the output (stdout) of grep
to ????? I've been redirecting the stdout to a file and then
reading the file into REXX variables. I'd really like to be able to
redirect the stdout directly into a stem variable, or something such...
Any suggestions?
Thanks
Mike
VM and OS/2 habits...). I frequently want to use Linux commands
and then process the output within the REXX 'environment'. For example, I do a
command, then grep the result and pipe the output (stdout) of grep
to ????? I've been redirecting the stdout to a file and then
reading the file into REXX variables. I'd really like to be able to
redirect the stdout directly into a stem variable, or something such...
Any suggestions?
Thanks
Mike