Hi there,

I tried to find the end-of-line symbol at bash at the man page, the mini HOW-TO,
programming guide, etc. anc I can't find it.
It must be a simple think everyone things it's not worth mentioning, but boy
it's hard to find.

I want to be able to do:

echo "first line"\newline"second line"

in a bash script instead of 

echo "first line"
echo "second line"

Any bash guru out there?

Thanks,

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to