Wydrukuj całą tablicę w Bash w nowej linii
( IFS=$'\n'; echo "${my_array[*]}" )
Alive Ape
( IFS=$'\n'; echo "${my_array[*]}" )