Created
June 6, 2013 06:45
-
-
Save gboddin/5719739 to your computer and use it in GitHub Desktop.
refactor a string in a whole project :
This file contains 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
find lib www -type f|grep php$|while read file; do sed -i 's/\$_Request/\$_R/g' $file ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment