Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in subshell

String expansion in bash with embedded quotes

bash shell expansion subshell

Bash run command in background inside subshell

POSIX/Bash pad variable with trailing newlines

bash shell echo posix subshell

How does the behavior of a function change if it is within a subshell?

bash function shell subshell

Does a bash subshell spawn a new `bash` process?

bash subshell

Why does tee wait for all subshells to finish?

bash pipeline tee subshell

Preserve return value and run not from subshell

Bash: Subshell behaviour of ls

bash shell scripting ls subshell

Bash: Execute script in context of calling shell

bash shell subshell

Running commands in a loop without spawning a new subshell each time

How to pass argument to a subshell (by execute, NOT source) without command line argument?

awk not working in bash -c "somecommand | awk '{print $2}'"

bash awk subshell

Trap signals both in script and subshells

shell subshell bash-trap

Using subshells or pipes in cmake commands?

build cmake subshell

Run commands in subshell

Bash subshell consumes stdin of the parent process

linux bash shell pipe subshell

How can I make bash 'pop' and 'shift' functions that actually return the item popped or shifted?

arrays bash subshell

Why does executing a simple command in a grouping command does not fork a subshell process, and the compound command will do it

linux bash shell subshell