Skip to content

Instantly share code, notes, and snippets.

@elsonwu
Created December 29, 2015 07:55
Show Gist options
  • Save elsonwu/c6d75757657917699c79 to your computer and use it in GitHub Desktop.
Save elsonwu/c6d75757657917699c79 to your computer and use it in GitHub Desktop.
Mac sed搜索替换
LC_ALL=C sed -i '' 's/old string/new string/g' `grep -rl "keyword" ./`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment