Hello,
On Sun Solaris 8 using the Bourne shell I am testing some simple escape characters. In trying to use a new line escape character (\n) it does not seem to work. The below code outputs both lines on one line.
What can you recommend?
Thanks,
Michael42
On Sun Solaris 8 using the Bourne shell I am testing some simple escape characters. In trying to use a new line escape character (\n) it does not seem to work. The below code outputs both lines on one line.
Code:
echo "This is line one.\nThis is line two."
What can you recommend?
Thanks,
Michael42