[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: thers no way of enabling {brace,expand} in declare -A keys ? normal
From: |
alex xmb ratchev |
Subject: |
Re: thers no way of enabling {brace,expand} in declare -A keys ? normal .. would make some sense too |
Date: |
Thu, 29 Jun 2023 23:55:05 +0200 |
On Thu, Jun 29, 2023, 23:42 Grisha Levit <grishalevit@gmail.com> wrote:
> $ declare -A A[{z..x}]=X
> $ declare -p A
> declare -A A=([z]="X" [y]="X" [x]="X" )
>
thats a cool ,
i only tried
declare -A arr=(
{bla,blubb} other
) as for test
ur s is i guess the way to go .. its fine , thxx
>