Created
December 10, 2012 14:12
-
-
Save syl20bnr/4250773 to your computer and use it in GitHub Desktop.
Replace in files (linux)
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
# replace in all xml files | |
find . -name "*.xml" | xargs sed -i 's/reg_exp/replace/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment