compatibility flag

This commit is contained in:
sejo 2021-11-30 21:32:50 -06:00
parent 8db66e71ab
commit 8469a63c8a
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ the index of the first character is 1!
=> https://www.gnu.org/software/gawk/manual/html_node/Bitwise-Functions.html bit-manipulation functions
=> https://www.gnu.org/software/gawk/manual/html_node/index.html gawk user's guide
note: to run in compatibility mode, without gnu extensions, use the -c or --traditional flag:
```
$ awk -c
```
# other notes
## loop through the elements of an array