Re: Problem with positional output
"Stephane Chazelas [email protected] [sed-users]" <[email protected]> Wed, 16 Nov 2016 23:35:21 +0000
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
2016-11-16 15:16:34 -0800, [email protected] [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).