github.com/benhoyt/goawk@v1.8.1/testdata/gawk/fsnul1.awk (about) 1 BEGIN { FS = "\0" ; RS = "" } 2 { print $2 }