[Shell] shell echo method of printing a new line

To support echo, like the C language \ escapes, only need to add parameters -e, as follows:

 

echo -e hello \n echo \n

  

Guess you like

Origin www.cnblogs.com/tl542475736/p/12068947.html