> On Feb 5, 2021, at 3:40 PM, Alex fxmbsw7 Ratchev <fxmb...@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