Changes

Jump to: navigation, search

Tutorial11: Sed & Awk Utilities

6 bytes added, 10:02, 4 March 2021
Using the awk Utility
* 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).
* You can use built-in variables (like NR or "record number" representing line number) with comparison operators.<br>For example: '''NR >=1 && NR <= 5 '''
13,420
edits

Navigation menu