Created
July 23, 2012 18:32
-
-
Save orangexception/3165275 to your computer and use it in GitHub Desktop.
Windows Perl Find and Replace Recursively
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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