> > 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.
> > 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.