Subshells & Command Substitution
Capture command output with $() (command substitution), isolate changes in subshells with (), and treat command output as a file with process substitution <().
February 26, 20255 min read
linuxshellsubshellautomationscripting