why indirect variable reference not work in bash dictionary
I know it( ! indirect variable reference ${!parameter}
) will work in the general variable, but I need to use it in dictionary, and it doesn’t work. Could somebody know the reason and how to achieve it?