Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: (Z) flag translates >! into >|, just mentioning
- X-seq: zsh-workers 41210
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: (Z) flag translates >! into >|, just mentioning
- Date: Sat, 3 Jun 2017 17:33:06 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=ZEWJF7OUFvr60MqmpzmOKa/JP4x4w2KkEWqTnG0MUL8=; b=eoEpZ79SWg32Ww2BDKvalEnGLxSyVoiBEpB69b1YY90lkWz7gumHbYDCYwtNQsXxGt OVatTBHn8xNe5OkNSJ2/k9H2GWHhFE1olNwBweRzKp+1K63W3AAxNGutcw4wEcPNZbhf YyiYIjqiBAMA0h7BY2RZKRo8CGLIEAmsGdzc/SwBK8mQhtAm5JDqgO11dVg0p61Jgjl+ G2F7lfJDywqnhYYTxuRg+1v3eTJeUqc2eZQ2jmD4jpcYYWQmko7yu00HszfJVmqBRonO 1VL5z/6ErJ8nXRkEqEkP5Z4cuTMUA9H3HvkQw6+GDt9Nkwty4yFl5QaHniUpIuPHeFBz pvqQ==
- In-reply-to: <etPan.5932f4dd.238e1f29.a149@MacMini.local>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <etPan.5932f4dd.238e1f29.a149@MacMini.local>
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