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