~vcs-imports/gawk/master

1
2
BEGIN { FPAT = "[^,]*" }
{ print $1, $2 }