bash hapus newline dari string

echo "${string}"|tr '\n' ' '
Angry Anaconda