commit bash-20181207 snapshot

This commit is contained in:
Chet Ramey
2018-12-10 10:07:15 -05:00
parent 3669b0bacc
commit 9d80be9ab5
21 changed files with 830 additions and 934 deletions
+2 -1
View File
@@ -696,7 +696,8 @@ to delimit commands, equivalent to a semicolon.
If a command is terminated by the control operator @samp{&},
the shell executes the command asynchronously in a subshell.
This is known as executing the command in the @var{background}.
This is known as executing the command in the @var{background},
and these are referred to as @var{asynchronous} commands.
The shell does not wait for the command to finish, and the return
status is 0 (true).
When job control is not active (@pxref{Job Control}),