home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / cmplngmg / cl_jun89.arc / AWK210.ARC / SUBSTR.AWK < prev    next >
Text File  |  1988-02-25  |  37b  |  2 lines

  1. { $1 = substr($1, 1, 3); print $0 }
  2.