Created
January 14, 2018 05:24
-
-
Save goonoo/a63033bc56df5d00415d43ea5cebd4fb to your computer and use it in GitHub Desktop.
Find and replace all multi files in Mac OS
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 -name '*.coffee' -exec sed -i '' 's/replace_from_string/replace_to_string/' {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment