13,420
edits
Changes
→Using the awk Utility
*The !~ operator tests for no match.
*You can perform both numeric and string comparisons using relational operators
*You can combine any of the patterns using the Boolean operators �|| (OR) and && (AND)
Patterns: Relational Operators��Operators
*The following operators (in the table below) can be used with the awk utility to pattern searching.