我有
var="a b c" for i in $var do p=`echo -e $p'\n'$i` done echo $p
我想要打印最后一个回声
a b c
请注意,我希望变量p包含换行符.我怎么做?
linux bash
bash ×1
linux ×1