bug-bash
[Top][All Lists]
Advanced

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

Re: Command substitution reduce spaces even in strings


From: Greg Wooledge
Subject: Re: Command substitution reduce spaces even in strings
Date: Tue, 8 Dec 2009 15:05:59 -0500
User-agent: Mutt/1.4.2.3i

On Tue, Dec 08, 2009 at 02:01:23PM +0100, matez@fiz15.jupiter.vein.hu wrote:
> $ echo $(echo "'alfa  beta'")
> 'alfa beta'
> 
> Instead of 'alfa  beta' with double space.

echo "$(echo "'alfa  beta'")"




reply via email to

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