Skip to content

Instantly share code, notes, and snippets.

@chrisyue
Last active January 1, 2016 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisyue/8092048 to your computer and use it in GitHub Desktop.
Save chrisyue/8092048 to your computer and use it in GitHub Desktop.
sed 多文件替换内容

sed -i s/old/new/g `grep old -lr dir`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment