bug-bash
[Top][All Lists]
Advanced

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

Re: Unexpected tilde expansion


From: Greg Wooledge
Subject: Re: Unexpected tilde expansion
Date: Wed, 1 Jun 2016 10:40:28 -0400
User-agent: Mutt/1.4.2.3i

On Wed, Jun 01, 2016 at 03:33:23PM +0200, Christian wrote:
> sh and zsh both return the expected x=~
> 
> sh -c "echo x=~"
> 
> x=~

imadev:~$ bash -c 'echo x=~'
x=/net/home/wooledg
imadev:~$ bash -posix -c 'echo x=~'
x=~



reply via email to

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