Subshell
- A subshell may be created by any of the following:
(.)
- command substitution:
$(.)
,`.`
- process substitution:
<(.)
,>(.)
bash(1)
does not talk of a subshell here, but this seems to work similarly to$(.)
.
index : bash-basic.git | ||
basic configuration for bash scripts | Einhard Leichtfuß |
aboutsummaryrefslogtreecommitdiff |
(.)
$(.)
, `.`
<(.)
, >(.)
bash(1)
does not talk of a subshell here, but this seems to work
similarly to $(.)
.