Why is this not possible?
#!/bin/bash
for (( j=1; j<=1; j++))
do
DAA_$j=`echo A`
done
I have already read Command not found error in Bash variable assignment. But the answer I am looking for is not in there.