[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] indirection for arrays
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] indirection for arrays |
Date: |
Mon, 7 May 2012 09:16:44 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Mon, May 07, 2012 at 09:12:52AM -0400, Steven W. Orr wrote:
> and I can also say stuff like:
>
> typeset -a flist
> glob_array flist "$srpms/$dist/elx-lpfc-*_$dist.src.rpm"
How is that better than (or even different from):
flist=("$srpms/$dist"/elx-lpfc-*_"$dist".src.rpm)
- [Help-bash] indirection for arrays, Bill Gradwohl, 2012/05/05
- Re: [Help-bash] indirection for arrays, John Kearney, 2012/05/05
- Re: [Help-bash] indirection for arrays, Dan Douglas, 2012/05/05
- Re: [Help-bash] indirection for arrays, Greg Wooledge, 2012/05/07
- Re: [Help-bash] indirection for arrays, Dan Douglas, 2012/05/09
- Re: [Help-bash] indirection for arrays, Chet Ramey, 2012/05/09
- Re: [Help-bash] indirection for arrays, Dan Douglas, 2012/05/09