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