[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-5.2-alpha available
From: |
Ángel |
Subject: |
Re: Bash-5.2-alpha available |
Date: |
Mon, 24 Jan 2022 03:57:37 +0100 |
On 2022-01-21 at 10:24 -0500, Chet Ramey wrote:
> Calling `unset I[@]' or `unset I[*]' for
> an indexed array I now removes all the elements without unsetting the
> array (identical to `I=()'). I have tried ...
I guess the variable name was chosen to make it clear it's an *indexed*
array. However, I think it would be preferable not to use a name which
conflicted with the pronoun...
Regards
Ángel
Re: Bash-5.2-alpha available, Andreas Schwab, 2022/01/22
Re: Bash-5.2-alpha available,
Ángel <=