[shell] shell echo打印换行的方法

echo要支持同C语言一样的转义功能,只需要加上参数-e,如下所示:

echo -e hello 
 echo 

  

原文地址:https://www.cnblogs.com/tl542475736/p/12068947.html