Hello!s/echo/printf/ instead of s/echo/echo -e/
On 10.09.2019 13:38, Ivan Khoronzhuk wrote:
echo should be replaced on echo -e to handle \n correctly, but instead,
Âs/on/with/?
printf looks better.
replace it on printf as some systems can't handle echo -e.
 Likewise?
I can guess its Mac vs Linux, but it does mean nothing if it's defined as>
implementation dependent, can be any.
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx>[...]