On Fri, Jul 03, 2009 at 01:01:47PM -0400, Chris F.A. Johnson wrote:
> NL=$'\n'
> string="This is a$NLmulti-line$NLstring"

Of course you would need curly braces for that.

NL=$'\n'
string="This is a${NL}multi-line${NL}string"


Reply via email to