# 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 `$(.)`.