Imprima toda a matriz em Bash em nova linha
( IFS=$'\n'; echo "${my_array[*]}" )
Alive Ape
( IFS=$'\n'; echo "${my_array[*]}" )