home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compcomp / awk / gsub.awk < prev    next >
Encoding:
Text File  |  1990-02-08  |  69 b   |  4 lines

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