Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in process-substitution

Bash script process substitution Syntax error: "(" unexpected

File descriptor permission denied with bash process substitution?

Process substitution into grep missing expected outputs

Bash: What is the scope of the process substitution?

bash process-substitution

Do some programs not accept process substitution for input files?

bash: How do I ensure termination of process substitution used with exec?

bash process-substitution

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

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

Why does `cat <(cat)` produce EIO?

Process substitution capture stderr

How to find next available file descriptor in Bash? [duplicate]

POSIX shell equivalent to <()

Why source command doesn't work with process substitution in bash 3.2?

Syntax error in shell script with process substitution

Get exit code of process substitution with pipe into while loop

bash process-substitution

Command substitution vs process substitution

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