On 03/12/17 21:14, Chet Ramey wrote:
On 11/29/17 5:36 PM, Tobias Hoffmann wrote:
Description:
As stated in the man page, bash will only allow a single coproc at a time.
Thus, when a first coproc has already ended, a second one can be created.
This can e.g. be verified by commenting out the uppe
On 11/29/17 5:36 PM, Tobias Hoffmann wrote:
> Description:
> As stated in the man page, bash will only allow a single coproc at a time.
> Thus, when a first coproc has already ended, a second one can be created.
> This can e.g. be verified by commenting out the upper #sleep line, below.
> Alternat