help-bash
[Top][All Lists]
Advanced

[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)



reply via email to

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