Using perl of coarse. It took me a second to get this to work; but its pretty easy:
perl -pi.bak -e ‘s/string1/string2/g’
Everything is broken.
Using perl of coarse. It took me a second to get this to work; but its pretty easy:
perl -pi.bak -e ‘s/string1/string2/g’