github.com/benhoyt/goawk@v1.8.1/testdata/gawk/fstabplus.awk (about) 1 BEGIN { FS = "\t+" } 2 { print $1, $2 }