Created
April 14, 2017 10:14
-
-
Save murarisumit/732cfe0ebca88cfbfc88070ce2334598 to your computer and use it in GitHub Desktop.
SED search and replace in directory
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
find ./ -type f -exec sed -i -e 's/search/replace/g' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment