输出回车 [root@~]# echo -e 'hello\n'hello 回车去掉 [root@~]# echo -n hello hello[root@~]# 转载于:https://www.cnblogs.com/xiao-apple36/p/9252397.html