On 12/30/11 17:06, Любомир Григоров wrote:
I used ' singe quotes, so double quotes is:

$ FRUIT_BASKET="apples oranges pears"
$ echo -e "My fruit basket contains: \n $FRUIT_BASKET"
My fruit basket contains:
apples oranges pears


Thanks for the help, it worked. I find it interesting that FreeBSD's echo man page does not mention the -e option is needed to enable backslash escapes. I remembered why it worked on linux is because i created an echo alias with the -e option.
    So i will do the same for FreeBSD.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to