home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / gawk-2.15.5-src.lha / gawk-2.15.5 / test / fstabplus < prev    next >
Text File  |  1993-10-20  |  48b  |  3 lines

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