Replace echo with portable version.
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.
Showing
Please register or sign in to comment