Le 26/11/2013 14:59, dnade....@orange.com a écrit :> For the record, in bash 4.2.25 (Ubuntu LTS 12.04) you can work around your issue with :
>
> printf -v "aa["ind2"]" %s ""
>
> or
>
> printf -v "aa["ind2"]" %s
>
hi,

right!
as I had to deal with variables expanding to things like '\x3C', '%s' didn't work.
I tried '%b', and now I can see empty values.

thank you.

Reply via email to