Concept Flow - Subshells (command grouping)
Start
Open Subshell: ( )
Execute grouped commands inside subshell
Subshell ends, environment restored
Continue with rest of script
Commands inside parentheses run in a separate shell process, isolating their effects from the main shell.