mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20130802 snapshot
This commit is contained in:
+3
-2
@@ -1608,8 +1608,9 @@ Expands to the process @sc{id} of the shell. In a @code{()} subshell, it
|
||||
expands to the process @sc{id} of the invoking shell, not the subshell.
|
||||
|
||||
@item !
|
||||
Expands to the process @sc{id} of the most recently executed background
|
||||
(asynchronous) command.
|
||||
Expands to the process @sc{id} of the job most recently placed into the
|
||||
background, whether executed as an asynchronous command or using
|
||||
the @code{bg} builtin (@pxref{Job Control Builtins}).
|
||||
|
||||
@item 0
|
||||
Expands to the name of the shell or shell script. This is set at
|
||||
|
||||
Reference in New Issue
Block a user