Why don't Bash associative arrays maintain index order?
I'm creating associative arrays to process in a for loop but i'm getting some strange results in index order. Please take a look at this example script:
#!/bin/bash
declare -A test1=(
[d]=1w45...