mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
16895: cross-references to the |&' and
>(...)' syntax.
This commit is contained in:
parent
ac88d2bbef
commit
94f73ed646
2 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-03-27 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* 16895: Doc/Zsh/redirect.yo: cross-references to the `|&' and
|
||||||
|
`>(...)' syntax.
|
||||||
|
|
||||||
2002-03-27 Oliver Kiddle <opk@zsh.org>
|
2002-03-27 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 16913: Completion/Zsh/Command/_compdef, Doc/Zsh/compsys.yo:
|
* 16913: Completion/Zsh/Command/_compdef, Doc/Zsh/compsys.yo:
|
||||||
|
|
|
@ -138,6 +138,19 @@ If the order of redirections were reversed,
|
||||||
file descriptor 2 would be associated
|
file descriptor 2 would be associated
|
||||||
with the terminal (assuming file descriptor 1 had been)
|
with the terminal (assuming file descriptor 1 had been)
|
||||||
and then file descriptor 1 would be associated with file var(fname).
|
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)
|
sect(Multios)
|
||||||
cindex(multios)
|
cindex(multios)
|
||||||
pindex(MULTIOS, use of)
|
pindex(MULTIOS, use of)
|
||||||
|
|
Loading…
Reference in a new issue