home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / awk / awk320.zip / GSUB.AWK < prev    next >
Text File  |  1990-02-08  |  69b  |  4 lines

  1. # demonstrate global substitution
  2.  
  3. { gsub($1, $2, $3); print $3 }
  4.