Y
Hacker News
new
|
ask
|
show
|
jobs
by
Too
1628 days ago
How does error handling together with this work? Can pipefail catch this or does one explicitly need to ‘wait’ for the background processes and check them there?
1 comments
cerved
1628 days ago
Guessing that pipefail cares 0% of which filedescriptors are used and only the exit codes of processes
link