cygiwn newline character

Jeffrey Jopling jeff.jopling@indlogic.com
Thu Oct 18 10:05:00 GMT 2001


>i am running the following programme under windows 
>#!/bin/sh
>echo hello world '\t' hi there

Try:

#!/bin/sh
echo -e 'hello world \t hi there'

Jeff

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list