This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AW: Scripting with Bash


>Is there a way to include the \n's in a statement like "echo
>"Blah\n"" and have standard out display "Blah and a newline"
>instead of Blah\n?

echo -e "Blah\nnext line\nanother next line"

But in genreral: man echo is your friend :-)

Klaus

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]