Search code examples
bash: how to display the name of the first directory that contains a certain file...

bashsshlssubshell

Read More
set -e ignored in subshell when followed by conditional control operator...

bashconditional-statementssubshell

Read More
Bash: command grouping with curly braces inside subshell...

bashgroupingsubshell

Read More
Bash get process ID of a process started in subshell...

bashshellprocesssubshell

Read More
Quotes Within a Variable Within a Sub-Shell...

shellquotessubshell

Read More
ksh --> is it possible to run a command on the parent shell (main shell) from within a subshell?...

shellscriptingkshcdsubshell

Read More
Limiting the number of subshells spawned...

bashprocesslimitsubshell

Read More
Difference between ( ) & and ( &)?...

bashsubshell

Read More
How to transfer variables to a subprocess in bash...

bashvariablesparallel-processingparent-childsubshell

Read More
Sub-shell precendence...

bashio-redirectionsubshell

Read More
BASH variable timeout if not aquired in X time...

bashpidsubshell

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

shellparallel-processingsubshell

Read More
How can I tell from a within a shell script if the shell that invoked it is an interactive shell?...

environment-variablesinteractiveshsubshell

Read More
Subshell IO redirection...

bashhttp-redirectfile-descriptorsubshell

Read More
How can I use read timeouts with stat?...

bashnfsstatsubshellprocess-substitution

Read More
Global variable is reset if loop send output to pipe...

bashvariablesloopssubshell

Read More
make -e only exit from subshell...

bashshellsubshell

Read More
Using the db2 variable "DB2DBDFT" to connect to default schema with user / using...

bashshelldb2subshell

Read More
Assign the result of a mathematical calculation to a variable without a subshell...

bashmathbcsubshell

Read More
Passing commands to a subshell with xargs does not work inside an alias...

bashaliasxargssubshell

Read More
In a subshell, how to read an environment variable from the calling shell?...

bashenvironment-variableslssubshell

Read More
error message when using loop in shell command...

bashloopsshsubshell

Read More
bash script works on bootup, doesn't in terminal...

bashamazon-ec2cronsubshell

Read More
run a subprocess from ruby without waiting for it to return...

rubysubshellepipe

Read More
Subshell in a function cannot find basic bash commands when called from another function...

bashevalsubshell

Read More
Why using double backslashes in sed for running ssh?...

bashsedsubshellmetacharacters

Read More
How do I terminate everything at a certain subshell level in Bash, without using "kill 0"?...

bashprocesskillsubshell

Read More
shell script, subshell, sub script, pipe - WEIRD (?) CTRL+C SIGNAL PROPAGATION...

bashshellsignalspipesubshell

Read More
Alias to 'cd' Command with Subshell Not Working as Expected...

bashaliassubshell

Read More
Why doesn't this bash code work?...

linuxbashshellsubshell

Read More
BackNext