Created
December 15, 2017 06:02
-
-
Save windy/32e0d72cb2ae06f6768cce2871e45d7d to your computer and use it in GitHub Desktop.
mac 下替换目录下所有文件的字符串命令
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
sed -i '' 's/青狮营/一块输出/g' `grep 青狮营 -rl .` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment