Use printf instead:
printf "hello\nworld\n"
printf behaves more consistently across different environments than echo.
Use printf instead:
printf "hello\nworld\n"
printf behaves more consistently across different environments than echo.