awk-sublime icon indicating copy to clipboard operation
awk-sublime copied to clipboard

# in regex displays as comment

Open cmcknigh opened this issue 1 year ago • 1 comments

A regular expression with # in it, treats all characters after as if commented rather than treating it as a content of the regular expression.

/#n_proc / { print $0 }

cmcknigh avatar Aug 30 '23 14:08 cmcknigh

I wish this could be fixed

bjornekelund avatar May 04 '24 16:05 bjornekelund