Matthew Woehlke wrote:
> Linda Walsh wrote:
>> The manpages for "my" bash's (3.1.11 on Linux and 3.1.17 on cygwin/i686),
>> under Parameter Expansion, say:
>>
>>
>> ${!prefix*}
>> [EMAIL PROTECTED]
>>Expands to the names of variables whose names begin with prefix,
>>separate
> ${!prefix*}
> [EMAIL PROTECTED]
> Expands to the names of variables whose names begin with prefix,
> separated by the first character of the IFS special variable.
>
> ---
> From this, I'd expect both forms to have the same output.
> Is this what is intended and what I