[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ixz.bug.1.varnotnewalias
From: |
Lawrence Velázquez |
Subject: |
Re: ixz.bug.1.varnotnewalias |
Date: |
Fri, 5 Feb 2021 15:55:11 -0500 |
> On Feb 5, 2021, at 3:40 PM, Alex fxmbsw7 Ratchev <fxmbsw7@gmail.com> wrote:
>
> im sorry, in my terminal there is no unescaped ( or at all ) '(' in the
> regex
There are no parentheses in the gawk command I sent. It is identical
to the one you sent initially.
> see the display problem is..
>
> bash-5.1# bash -x ixz.bug.varnotnewalias 2>&1 | gawk '/aixz=/'
> + aixz=("$ixzd"/+{ixz,kw})
> bash-5.1# bash -x ixz.bug.varnotnewalias 2>&1 | grep -i aixz= #gawk
> '/aixz=/'
> + aixz=("$ixzd"/+{ixz,kw})
>
> and in | less is
> + aixz=("$ixzd"/+{ixz,kw})
The second character of this variable's name is a lowercase I (U+0069).
> and later the missing tho
> + alxz=("$ixzd"/)
The second character of this variable's name is a lowercase L (U+006C).
vq
Re: ixz.bug.1.varnotnewalias, Chet Ramey, 2021/02/05