Sujet : Re: Capturing DCL output in symbol
De : papa (at) *nospam* sdf.org (David Meyer)
Groupes : comp.os.vmsDate : 10. May 2025, 05:32:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87v7q9xf02.fsf@lucy.meyer21c.net>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
I found that one way to do it is to put all the processing that uses the
command output inside subshells in the same PIPE command.
One shortcoming of this method is that it's very easy to go over the
maximum command element length allowed inside the PIPE. For my
procedure, I was able to get around this by choosing lexical functions
to minimize the length of the PIPE command.
Any other way to do this?
-- David MeyerTakarazuka, Japanpapa@sdf.org