输出回车

 

[root@~]# echo -e 'hello\n'
hello

 

回车去掉

[root@~]# echo -n hello
hello[root@~]# 

  

相关文章: