Skip to content

Instantly share code, notes, and snippets.

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