Re: multi-dimensional arrays

2011-09-19 Thread Greg Wooledge
On Sat, Sep 17, 2011 at 08:53:32PM -0400, Chet Ramey wrote: > On 9/17/11 10:26 AM, Gerard Seibert wrote: > > Just out of curiosity, are there any plans to make multi-dimensional > > array variables available in future versions of Bash? I would find it > > extremely useful. > > I don't have any cu

Re: multi-dimensional arrays

2011-09-17 Thread Chet Ramey
On 9/17/11 10:26 AM, Gerard Seibert wrote: > Just out of curiosity, are there any plans to make multi-dimensional > array variables available in future versions of Bash? I would find it > extremely useful. I don't have any current plans to add multi-dimensional arrays. How would you use them? M