Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created August 9, 2010 17:45
Show Gist options
  • Save crittermike/515777 to your computer and use it in GitHub Desktop.
Save crittermike/515777 to your computer and use it in GitHub Desktop.
find ./ -type f -exec sed -i ’s/oldstring/newstring/’ {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment