Skip to content

Instantly share code, notes, and snippets.

@orangexception
Created July 23, 2012 18:32
Show Gist options
  • Save orangexception/3165275 to your computer and use it in GitHub Desktop.
Save orangexception/3165275 to your computer and use it in GitHub Desktop.
Windows Perl Find and Replace Recursively
//Use Git Bash window. The Windows Command Prompt doesn't have xargs or it's really funky.
find . -name "*.cfc" | xargs perl -i.bak -pwe "s/\"vw_login\"/\"vw_login\"/gi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment