4.4BSD/usr/src/contrib/gawk-2.15.2/test/fstabplus

BEGIN   { FS = "\t+" }
        { print $1, $2 }