Feature request to enable things like: `cat /etc/hosts | pawk '!/^#/ and !/^127'` This would require a whole new way of parsing. It should parse it as a python expression with some syntactic sugar for regex matches.
Feature request to enable things like:
cat /etc/hosts | pawk '!/^#/ and !/^127'This would require a whole new way of parsing. It should parse it as a python expression with some syntactic sugar for regex matches.