On Fri, Sep 11, 2020 at 5:40 AM Andreas Schwab <[email protected]> wrote: > The reason for using a process substitution is so that the loop can set > shell variables.
Would using lastpipe be an option instead?
lastpipe
If set, and job control is not active, the shell runs
the last command of a pipeline not executed in the back‐
ground in the current shell environment.
