github.com/benhoyt/goawk@v1.8.1/testdata/gawk/rswhite.awk (about)

     1  BEGIN { RS = "" }
     2  { printf("<%s>\n", $0) }