Linux command echo -e what does the parameter e mean

The explanation of man help is to allow the following output to be escaped, assuming you are echo -e "i will use \n $HOME" The output will be
i will use
/root (the home directory of the current user)
if it is echo "i will use \n $HOME" then the output is:
i will use \n $HOME

https://zhidao.baidu.com/question/289449525.html

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326334593&siteId=291194637