David Holland <dholland-sourcechan...@netbsd.org> writes: > > Fix bracket expressions by moving '-' to the end of them. GNU awk choked. > > Front is safer. fwiw.
OK, I moved them to the front, together with '_' because it felt awkward to separate the separators. Out of curiosity, is it "safer" just because it is more robust to future additions to the expression or is it actually "safer" even if the expression is left as is? Regards, Aymeric