Created
May 12, 2016 14:49
-
-
Save delputnam/ea15b9716fe05c1885e6223d08a5f3ac to your computer and use it in GitHub Desktop.
replace this with that recursively
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find /home/www -type f -print0 | xargs -0 sed -i 's/replace this string/with that string/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment