this: foo=`ls` echo $foo will print files in one line even though ls prints them with newlines. is there a way to preserve newlines in the above echo? thanks.
- how to keep newlines in `` Sam Steingold
- Re: how to keep newlines in `` Greg Wooledge
- Re: how to keep newlines in `` Marc Herbert
- Re: how to keep newlines in `` pk