Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
(Z) flag translates >! into >|, just mentioning
- X-seq: zsh-workers 41206
- From: Sebastian Gniazdowski <psprint@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: (Z) flag translates >! into >|, just mentioning
- Date: Sat, 3 Jun 2017 19:41:49 +0200
- 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
Hello
Maybe this will be perceived as a bug, who knows:
% a=$(<<\endl
print -r -- "${1[(w)1]}" >!"$ZCONVEY_OTHER_DIR/${ZCONVEY_ID}.busy"
endl
% print -rl -- "${(z@)a}"
print
-r
--
"${1[(w)1]}"
>|
"$ZCONVEY_OTHER_DIR/${ZCONVEY_ID}.busy"
This is not harmful as >! and >| are equivalents, but I have to ask, does someone know about other such replacements?
--
Sebastian Gniazdowski
psprint /at/ zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author