home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / 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.