home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-base.tgz / gawk-2.15.6-base.tar / fsf / gawk / test / fstabplus < prev    next >
Text File  |  1993-10-19  |  48b  |  3 lines

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