github.com/benhoyt/goawk@v1.8.1/testdata/t.pat (about)

     1  /a/ || /b/
     2  /a/ && /b/
     3  /a/ && NR > 10
     4  /a/ || NR > 10