echo -e 'This is First Line This is Second Line'
echo -e "Line 1 Line 2"
echo $'hello world'
# You want to say echo "$lines" # instead of echo $lines # $, $() and `` remove ... # By "string-ing" it, it keeps them.