HOWTO replace strings in files with Linux
Monday, October 29th, 2007So, you want an easy to to replace text in files, even multiple files, on a linux machine, from the command line. How? - You ask? Easy. Let me show you. Let's say you want to replace all instances of "John" with "Pete" in a file, called resume.txt In a bash ...