On Sat, Dec 13, 2008 at 12:32 AM, Schuh, Richard <rsc...@visa.com> wrote:

> Is there any prettier or better way of doing it? Perhaps some way to avoid
> the Rexx filter?

I don't see an option without the callpipe. But if you don't want a
separate REXX stage there, you can generate the pipeline...

pipe  .. | spec ,callpipe <, 1 1-* nw ,|| locate /'word'/ || take 1 ||
*:, nw | runpipe | ....

So the idea is that you transform the list of file names into callpipe
segments, and feed those to runpipe.

-Rob

Reply via email to