Closed mustbei closed 3 years ago
Mustapha,
echo -e "Hi" -> printf "\n%s" "Hi"
(i.e. newline '\n' should be inserted in the format string, not in the text string "\nHi". This only displays it literally.)
I did not know that.
Good work.
--Steve
Done. Also, echo -e "Hi" -> printf "\n%s" "Hi" (i.e. newline '\n' should be inserted in the format string, not in the text string "\nHi". This only displays it literally.)