bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coproc and existing variables


From: Dan Douglas
Subject: Re: coproc and existing variables
Date: Tue, 24 May 2016 03:08:46 -0500

I don't even see why we need a magic variable for this. ksh makes you
manually store $! and bash also allows this.

As an alternative, create a special BASH_COPROC_PIDS associative array
to map coproc names to pids. ${foo}_suffix=bar is never as good as an
associative array.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]