On 7/18/20 1:38 AM, Oğuz wrote:
> See:
>
> $ set +k -o posix
> $ echo foo=~:~
> foo=~:/home/oguz
>
> If I'm not misreading the standard `foo=~:~' should be printed
> verbatim, all shells I have except bash does so.
Thanks for the report. This one has been around since bash-3.1.
Chet
19 Temmuz 2020 Pazar tarihinde Chet Ramey yazdı:
> On 7/18/20 1:38 AM, Oğuz wrote:
> > See:
> >
> > $ set +k -o posix
> > $ echo foo=~:~
> > foo=~:/home/oguz
> >
> > If I'm not misreading the standard `foo=~:~' should be printed
> > verbatim, all shells I have except bash does so.
>
>