From 94f73ed646f81fb51d02e71ce32ec799f46e708b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 28 Mar 2002 04:22:03 +0000 Subject: 16895: cross-references to the `|&' and `>(...)' syntax. --- Doc/Zsh/redirect.yo | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo index 308e85ae2..a8c2b907c 100644 --- a/Doc/Zsh/redirect.yo +++ b/Doc/Zsh/redirect.yo @@ -138,6 +138,19 @@ If the order of redirections were reversed, file descriptor 2 would be associated with the terminal (assuming file descriptor 1 had been) and then file descriptor 1 would be associated with file var(fname). + +The `tt(|&)' command separator described in +ifzman(em(Simple Commands & Pipelines) in zmanref(zshmisc))\ +ifnzman(noderef(Simple Commands & Pipelines)) +is a shorthand for `tt(2>&1 |)'. + +For output redirections only, if var(word) is of the form +`tt(>LPAR())var(list)tt(RPAR())' then the output is piped to the command +represented by var(list). See +ifzman(\ +em(Process Substitution) in zmanref(zshexpn))\ +ifnzman(\ +noderef(Process Substitution)). sect(Multios) cindex(multios) pindex(MULTIOS, use of) -- cgit 1.4.1