Search code examples
Proper way to store the return value of a piped function in bash...


bashsubshellzenity

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


bashawksubshell

Read More
Shell script split a string by space...


arraysbashshellsubshell

Read More
local variables in linux...


linuxsubshell

Read More
Why does eval exit subshell mid-&& with set -e?...


bashshellevalexitsubshell

Read More
Bash subshell consumes stdin of the parent process...


linuxbashshellpipesubshell

Read More
Trouble with errexit in bash...


basherror-handlingsubshell

Read More
Local variables in bash: local vs subshell...


bashfunctionvariableslocalsubshell

Read More
Why does shell command “{ command1; command2: } &" open a subshell?...


linuxbashshellsubshell

Read More
while loop in pipeline having side effects on Solaris /bin/sh but not Linux...


linuxshsolarissubshell

Read More
In bash how do I exit a script from a function that is piped by tee?...


bashfunctionexitteesubshell

Read More
Scope of variables executing functions in a subshell...


shellsubshell

Read More
Execute bash command with calling subshell $() via ssh with Here Document...


bashsshheredocsubshell

Read More
Having an issue passing variables to subshell...


linuxbashvariablesglobal-variablessubshell

Read More
Run generated commands in same shell in order to access defined function...


bashfunctionscopeexecsubshell

Read More
How to set variables in a subshell?...


linuxbashscpgnu-parallelsubshell

Read More
Parenthesis in bash - subshell vs grouping...


bashgroupingsubshell

Read More
shell variable not keeping value...


bashshellunixpipelinesubshell

Read More
DB2 Output to Variable via bash script...


variableswhile-loopdb2subshell

Read More
Does a bash subshell spawn a new `bash` process?...


bashsubshell

Read More
bash: limiting subshells in a for loop with file list...


bashfor-loopsubshell

Read More
Time multiple commands without a subshell?...


timezshsubshell

Read More
How to fetch last argument and stop before last arguments in shell script?...


shellunixshcshsubshell

Read More
Iterating over filenames from a pipeline in bash...


linuxbashfor-looppipesubshell

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


bashfunctionbackgroundsubshell

Read More
$> bash script.sh ... does the forked bash process in turn create a sub-shell?...


bashshellsubprocesssubshell

Read More
How to avoid such code duplications in a Bash script?...


bashfunctionshellsubshell

Read More
run forked process continuously, kill after interval...


bashprocesskillsubshell

Read More
Why does ssh wait for my subshells without -t, and kill them with -t?...


bashsshttysubshell

Read More
bash: how to display the name of the first directory that contains a certain file...


bashsshlssubshell

Read More
BackNext