mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 08:30:49 +02:00
commit bash-20210203 snapshot
This commit is contained in:
+2
-1
@@ -596,7 +596,8 @@ See
|
||||
for a description of a subshell environment.
|
||||
If the \fBlastpipe\fP option is enabled using the \fBshopt\fP builtin
|
||||
(see the description of \fBshopt\fP below),
|
||||
the last element of a pipeline may be run by the shell process.
|
||||
the last element of a pipeline may be run by the shell process
|
||||
when job control is not active.
|
||||
.SS Lists
|
||||
A \fIlist\fP is a sequence of one or more pipelines separated by one
|
||||
of the operators
|
||||
|
||||
+2
-1
@@ -695,7 +695,8 @@ Each command in a pipeline is executed in its own subshell, which is a
|
||||
separate process (@pxref{Command Execution Environment}).
|
||||
If the @code{lastpipe} option is enabled using the @code{shopt} builtin
|
||||
(@pxref{The Shopt Builtin}),
|
||||
the last element of a pipeline may be run by the shell process.
|
||||
the last element of a pipeline may be run by the shell process
|
||||
when job control is not active.
|
||||
|
||||
The exit
|
||||
status of a pipeline is the exit status of the last command in the
|
||||
|
||||
Reference in New Issue
Block a user