Created
November 9, 2012 17:11
-
-
Save kafka399/4046903 to your computer and use it in GitHub Desktop.
How to replace text in bunch of files
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 . -name "*.jsp" -print | xargs sed -i 's/old_stuff/new_one/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment