xref: /netbsd-src/external/historical/nawk/dist/testdir/t.reFS (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1BEGIN	{ FS = "\t+" }
2	{ print $1, $2 }
3