Skip to content

Instantly share code, notes, and snippets.

@delputnam
Created May 12, 2016 14:49
Show Gist options
  • Save delputnam/ea15b9716fe05c1885e6223d08a5f3ac to your computer and use it in GitHub Desktop.
Save delputnam/ea15b9716fe05c1885e6223d08a5f3ac to your computer and use it in GitHub Desktop.
replace this with that recursively
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