Open main menu

CDOT Wiki β

Changes

Tutorial11: Sed & Awk Utilities

1 byte removed, 10:06, 4 March 2021
Using the awk Utility
* 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