Created
March 26, 2013 11:20
-
-
Save cange/5244692 to your computer and use it in GitHub Desktop.
Find file by file type and replace a text in it
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 . -name "*.erb" -exec sed -i "s/\t/ /g" {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment