Created
February 8, 2011 05:46
-
-
Save u1tnk/815942 to your computer and use it in GitHub Desktop.
linuxでは -e command -i '' の代わりに -iだけで良い
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 "*.html" | xargs sed -e 's/hoge/fuga/g' -i '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment