Re: redirecting a file descriptor to an array variable? Possible? How? RFE?

2015-11-15 Thread Linda Walsh
Greg Wooledge wrote: On Thu, Nov 12, 2015 at 04:45:49PM -0800, Linda Walsh wrote: I'm coming up with a null-record in my brain when I think about this: I'd like to be able to record stdout and stderr without using any temp files into bash array files, AND record the status of the command exec

Re: Script shell suspends after executing second child process

2015-11-15 Thread konsolebox
On Sun, Nov 15, 2015 at 10:34 AM, Chet Ramey wrote: > On 11/14/15 6:02 PM, Chet Ramey wrote: >> On 11/14/15 12:39 PM, konsolebox wrote: >>> On Fri, Nov 13, 2015 at 4:15 AM, Chet Ramey wrote: On 11/12/15 5:27 AM, konsolebox wrote: > My interactive (using `read`) Bash-script application st

Re: Script shell suspends after executing second child process

2015-11-15 Thread Chet Ramey
On 11/14/15 6:02 PM, Chet Ramey wrote: > On 11/14/15 12:39 PM, konsolebox wrote: >> On Fri, Nov 13, 2015 at 4:15 AM, Chet Ramey wrote: >>> On 11/12/15 5:27 AM, konsolebox wrote: My interactive (using `read`) Bash-script application still suspends itself after executing second instan

Re: Script shell suspends after executing second child process

2015-11-15 Thread Chet Ramey
On 11/14/15 12:39 PM, konsolebox wrote: > On Fri, Nov 13, 2015 at 4:15 AM, Chet Ramey wrote: >> On 11/12/15 5:27 AM, konsolebox wrote: >>> My interactive (using `read`) Bash-script application still suspends >>> itself after >>> executing second instance of a player. I've only seen this happen in

Re: Script shell suspends after executing second child process

2015-11-15 Thread konsolebox
On Fri, Nov 13, 2015 at 4:15 AM, Chet Ramey wrote: > On 11/12/15 5:27 AM, konsolebox wrote: >> My interactive (using `read`) Bash-script application still suspends >> itself after >> executing second instance of a player. I've only seen this happen in >> the newest development version of Bash. >