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