help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: echo bug?


From: jellybean stonerfish
Subject: Re: echo bug?
Date: Sun, 09 Dec 2007 10:13:59 GMT
User-agent: pan 0.120 (Plate of Shrimp)

On Fri, 07 Dec 2007 18:33:22 -0500, Randy Yates wrote:

> I'm not sure if the problem is echo or the bash shell. 
> 
> echo -e "123\n   456"
> 
> yields the proper spacing. However, 
> 
> text="123\n   456"
> echo $text
> 
> does not. Why not?

try echo -e $text


reply via email to

[Prev in Thread] Current Thread [Next in Thread]