Top "Process-substitution" questions

Process substitution is a form of inter-process communication that allows the input or output of a command to appear as a file.

Capture stdout to a variable but still display it in the console

I have a bash script which calls several long-running processes. I want to capture the output of those calls into …

bash ubuntu tee process-substitution
Bash setting a global variable inside a loop and retaining its value -- Or process substituion for dummies

I'm a C/C++ programmer and quite stupid in general (or at least the way bash does things it makes …

bash scripting posix process-substitution