Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created July 21, 2015 18:14
Show Gist options
  • Save djburdick/af370b1344b1f15f1159 to your computer and use it in GitHub Desktop.
Save djburdick/af370b1344b1f15f1159 to your computer and use it in GitHub Desktop.
Search and replace command line. #linux
find . -name '*rb' -type f -exec perl -pi -e 's/OldClassName(?!\w)/NewClassName/g;' \{\} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment