xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/onlynl.awk (revision 528737823843346cf95a4a701612f82089135554)
1BEGIN { RS = "" }
2{ print "got", $0 }
3