[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: documentation for ${!prefix*} is misleading
From: |
Greg Wooledge |
Subject: |
Re: documentation for ${!prefix*} is misleading |
Date: |
Tue, 10 Aug 2010 11:07:40 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Tue, Aug 10, 2010 at 04:50:48PM +0200, Andreas Schwab wrote:
> There is no special behaviour of the * version.
>
> The quotes only make the difference of whether word
> splitting can be applied on the expansion (if word splitting is
> considered in the first place, which isn't in the case of a variable
> assignment, for example).
Oh... I see now. That's pretty nasty.