Hello,
I'm running into some errors with the proof command and regexp escape sequences. Here are some samples:
awk: /pathto/proof3.awk:213: warning: regexp escape sequence `\=' is not a known regexp operator
awk: /pathto/proof3.awk:657: warning: regexp escape sequence `\_' is not a known regexp operator
awk: /pathto/proof3.awk:831: warning: regexp escape sequence `\&' is not a known regexp operator
I'm using Arch linux which has gawk 5.2.2-1 installed, I know just enough about awk to know there are lots of different version and flavors of it. Is this an instance where I'd need a different one?