Created
August 22, 2017 20:17
-
-
Save cvle/283195454f02da4301d76bf08e8baff8 to your computer and use it in GitHub Desktop.
Search and Replace in files
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 folder/ -type f -name '*.js' | xargs sed -i 's/addNotification/notify/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment