Drucken Sie das ganze Array in Bash in New Line
( IFS=$'\n'; echo "${my_array[*]}" )
Alive Ape
( IFS=$'\n'; echo "${my_array[*]}" )