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

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



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