Skip to content

Instantly share code, notes, and snippets.

@yandy
Created October 24, 2012 17:59
Show Gist options
  • Save yandy/3947716 to your computer and use it in GitHub Desktop.
Save yandy/3947716 to your computer and use it in GitHub Desktop.
替换文本
find :path -type f -exec sed -e 's/ugly/beautiful/g' -i '' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment