Печать всего массива в Bash в новой линии
( IFS=$'\n'; echo "${my_array[*]}" )
Alive Ape
( IFS=$'\n'; echo "${my_array[*]}" )