Re: Problem with positional output

"[email protected] [sed-users]" <[email protected]> 16 Nov 2016 16:54:31 -0800
Newsgroups gmane.editors.sed.user
Message-ID <[email protected]>
Thanks SC, I didn't know about the special case of "set -f" when not in sh emulate mode.
 

---In [email protected], <stephane.chazelas@...> wrote :

 2016-11-16 15:16:34 -0800, sharma__r@... mailto:sharma__r@... [sed-users]:
 > 
 > set -f is the short form for setting the noglob option.
 [...]
 
 Yes, though "set -f" means something different in zsh when not
 in sh/ksh emulation. (set -f is not needed in zsh though when
 not in sh/ksh emulation, and you'd neet set -- $=RETVAR for
 splitting as split+glob is not implicit there).



[Non-text portions of this message have been removed]