Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16597 > unrolled thread

Re: Assignment-like word shouldn't be subjected to tilde expansion in POSIX mode

Started byGreg Wooledge <wooledg@eeg.ccf.org>
First post2020-07-21 07:48 -0400
Last post2020-07-21 07:48 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Assignment-like word shouldn't be subjected to tilde expansion in POSIX mode Greg Wooledge <wooledg@eeg.ccf.org> - 2020-07-21 07:48 -0400

#16597 — Re: Assignment-like word shouldn't be subjected to tilde expansion in POSIX mode

FromGreg Wooledge <wooledg@eeg.ccf.org>
Date2020-07-21 07:48 -0400
SubjectRe: Assignment-like word shouldn't be subjected to tilde expansion in POSIX mode
Message-ID<mailman.278.1595332156.24492.bug-bash@gnu.org>
On Tue, Jul 21, 2020 at 10:55:06AM +0300, M. Nejat AYDIN wrote:
> Also, shouldn't the tilde be expanded following
>     $ echo ~:
> ? The colon terminates tilde-prefix in an assignment, but there is no
> assignment involved here.

Works for me.

unicorn:~$ echo ~:
/home/greg:

Also in POSIX mode.

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web