mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 13:40:55 +02:00
commit bash-20210203 snapshot
This commit is contained in:
+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