[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-5.1-beta available
From: |
Jesse Hathaway |
Subject: |
Re: Bash-5.1-beta available |
Date: |
Fri, 11 Sep 2020 08:23:28 -0500 |
On Fri, Sep 11, 2020 at 5:40 AM Andreas Schwab <schwab@linux-m68k.org> 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.