📅  最后修改于: 2022-03-11 14:51:24.596000             🧑  作者: Mango
# You want to say
echo "$lines"
# instead of
echo $lines
# $, $() and `` remove \n \t ...
# By "string-ing" it, it keeps them.