summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/fstabplus.awk
blob: 748a44f42aa0f689e845eb38301daeecf5a78b68 (plain)
1
2
BEGIN   { FS = "\t+" }
        { print $1, $2 }
OpenPOWER on IntegriCloud