Skip to content

Instantly share code, notes, and snippets.

@antonmry
Created February 3, 2015 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonmry/b07fcf2e5339ad38a463 to your computer and use it in GitHub Desktop.
Save antonmry/b07fcf2e5339ad38a463 to your computer and use it in GitHub Desktop.
Replace a string recursively
grep -ilr '10.0.2.15' * | xargs -i@ sed -i 's/10.0.2.15/ocsg/g' @
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment