Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in subshell

Replacing 'source file' with its content, and expanding variables, in bash

bash set expansion subshell

"basename" used in subshell returns "command not found" [duplicate]

bash subshell

Python subprocess, subshells, and redirection

bash: limiting subshells in a for loop with file list

bash for-loop subshell

bash: how to update an associative array in an implicit subshell?

Does trap work as expected while piping?

bash pipe subshell bash-trap

How to use `set -e` inside a bash command substitution?

Does a Shell function run in a subshell

bash subshell

Difference between ( ) & and ( &)?

bash subshell

Local variables in bash: local vs subshell

Can a function be invoked in a bash subshell as background job?

Why does `cat <(cat)` produce EIO?

bash - pipe creates a subshell

bash pipeline subshell

How to find next available file descriptor in Bash? [duplicate]

Bash 'swallowing' sub-shell children process when executing a single command

linux bash shell subshell

Subshell IO redirection

Left side of pipe is the subshell?

How do I activate a conda env in a subshell?

Why avoid subshells?

bash subshell

Get exit code from subshell through the pipes

bash pipe exit-code tee subshell