Skip to content

Conversation

@CervEdin
Copy link

Underscore should not be escaped with a backslash

what

Remove escaping of underscore in the awk regex

why

\_ is not a valid GNU awk regular expression, at least not in GNU Awk 5.1.0
which warns
awk: cmd. line:1: warning: regexp escape sequence `_' is not a known regexp operator

Underscore should not be escaped with a backslash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants