Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: (Z) flag translates >! into >|, just mentioning



On Jun 3,  7:41pm, Sebastian Gniazdowski wrote:
}
} This is not harmful as >! and >| are equivalents, but I have to ask,
} does someone know about other such replacements?

It also converts >&! into &>| (and similarly for >>! >>&! too).

This is because the lexer is invoked by (z) and canonicalizes those
tokens.  You'll note that the output of "set -x" is altered in the
same way.



Messages sorted by: Reverse Date, Date, Thread, Author