Printable View
Code: gawk '{ gsub("findme", "word to replace"); print }' file.old > file.new
gawk '{ gsub("findme", "word to replace"); print }' file.old > file.new