[Oorexx-users] passing lines to a unix program

2013-09-12 Thread pr gramly
i am converting a bash script to ooRexx and am not sure how to handle the redirection that is used in the original in ooRexx. so the shell script is something like this: #!/bin/sh set -v ndmcli -x EOJ submit unc0001o process snode=Z9NNODE pend ; EOJ the script invokes the ndmcli program and

Re: [Oorexx-users] passing lines to a unix program

2013-09-12 Thread pr gramly
Thank you for the input David CVBruce. that should get me moving again. Phillip -Original Message- From: CVBruce cvbr...@gmail.com To: prgra...@gmail.com, Open Object Rexx Users oorexx-users@lists.sourceforge.net Subject: Re: [Oorexx-users] passing lines to a unix program Date: Thu, 12

Re: [Oorexx-users] How to redirect DOS command messages to a stem variable (or an array)?

2014-02-07 Thread pr gramly
Roger, those are good answers, but to go a step further and actually get the command output into an array so you can manipulate it - here is an example in unix: (it sorts and formats the du output so i can see which subdirs are using the most space) parse arg directory . --

[Oorexx-users] ARRAY manipulation

2014-05-15 Thread pr gramly
I need some help understanding how to build and manipulate an ARRAY. what i have is a file with a bunch of file transfer statistics that i want to tease out and then display in a compact way. e.g. here is a block of lines from which i want the process name, process number, the start/stop times,

[Oorexx-users] RxFtp Class Library

2016-09-22 Thread pr gramly
Is there something like RxFtp for sftp protocol? I guess, more broadly, it would be a ooRexx class to use with ssh. Regards,  Phillip -- ___ Oorexx-users mailing list