github.com/benhoyt/goawk@v1.8.1/testdata/t.re5 (about) 1 BEGIN { for (i = 0; i <= 9; i++) r[i] = i } 2 3 { for (i in r) if ($0 ~ r[i]) print }