github.com/benhoyt/goawk@v1.8.1/testdata/gawk/rstest2.awk (about) 1 BEGIN { 2 RS = "" 3 FS = "\\" 4 $0 = "a\\b" 5 print $1 6 }