commit bash-20110902 snapshot

This commit is contained in:
Chet Ramey
2012-01-09 08:27:00 -05:00
parent 7610e0c521
commit c920c360da
11 changed files with 12249 additions and 41459 deletions
+5 -3
View File
@@ -637,9 +637,11 @@ That is, each command reads the previous command's output. This
connection is performed before any redirections specified by the
command.
If @samp{|&} is used, the standard error of @var{command1} is connected to
@var{command2}'s standard input through the pipe; it is shorthand for
@code{2>&1 |}. This implicit redirection of the standard error is
If @samp{|&} is used, @var{command1}'s standard output and standard error
are connected to
@var{command2}'s standard input through the pipe;
it is shorthand for @code{2>&1 |}.
This implicit redirection of the standard error is
performed after any redirections specified by the command.
The reserved word @code{time} causes timing statistics