-
Matthias Vallentin authored
It turns out that the echo shell built-in is not portable when using it to print special characters like "\n". For this purpose, the community encourages the use of printf instead.
a590e32b
It turns out that the echo shell built-in is not portable when using it to print special characters like "\n". For this purpose, the community encourages the use of printf instead.