Search code examples
Shell read from files with tail...

bashshellshprocess-substitution

Read More
Why does using process substitution here cause a hang?...

c++linuxbashshellprocess-substitution

Read More
Idiomatic use of process substitution...

bashprocess-substitution

Read More
Why does `cat <(cat)` produce EIO?...

bashiostdinsubshellprocess-substitution

Read More
How to define an environment variable that can be automatically used in multiple npm scripts?...

bashshellnpmnpm-scriptsprocess-substitution

Read More
Why does `script.py <(cat *.gz)` work with subprocess.Popen in python 2 but not python 3?...

pythonsubprocessprocess-substitution

Read More
mixing process substitution and pipes in zsh...

linuxpipezshprocess-substitution

Read More
Get exit code of process substitution with pipe into while loop...

bashprocess-substitution

Read More
Bash command "read" behaviour using redirection operator...

linuxbashprocess-substitution

Read More
bash "wc -l" command output differs if call or through tee...

bashteewcprocess-substitution

Read More
Force shell script to keep command in foreground after process substitution...

bashshellprocess-substitution

Read More
Process substitution - Node.js child_process...

node.jsbashpipechild-processprocess-substitution

Read More
Watch with Process Substitution...

bashunixwatchprocess-substitution

Read More
Use process substitution - only send stderr to file...

bashshellio-redirectionprocess-substitution

Read More
Why does `>` redirect not capture substituted processes' stdout?...

bashoutput-redirectprocess-substitution

Read More
piping awk outputs into another awk command...

awkprocess-substitution

Read More
How to prevent bash from returning the same path when doing multiple process substitution?...

bashprocess-substitution

Read More
Process substitution >(cmd) doesn't output correctly...

linuxbashprocess-substitution

Read More
How does "var=>(...) somecommand" work?...

bashprocess-substitution

Read More
Bash: Can Logging Influence Variable Scope?...

bashscopeio-redirectionteeprocess-substitution

Read More
Passing result of tr as second parameter in awk...

linuxbashawkprocess-substitution

Read More
Understanding nested process substitution in bash, with a little awk...

bashawkoutput-redirectprocess-substitution

Read More
How to print result of a command as well as the count of results?...

linuxbashshellteeprocess-substitution

Read More
Process substitution into grep missing expected outputs...

bashpipelineio-redirectionprocess-substitution

Read More
Tee with process substitution misunderstanding...

bashteeprocess-substitution

Read More
Calling comm from system() in R with process substitution...

rbashcommprocess-substitution

Read More
Understanding exec in bash...

linuxbashexecio-redirectionprocess-substitution

Read More
How to perform multiple commands on a list of files in bash (xargs?)...

bashxargscommand-substitutionprocess-substitution

Read More
Piping multiple inputs into Ghostscript...

linuxcurlghostscriptpipingprocess-substitution

Read More
How to redirect in a process substitution?...

bashprocess-substitution

Read More
BackNext