Skip to content

Instantly share code, notes, and snippets.

@liujingyu
Last active June 17, 2017 08:58
Show Gist options
  • Save liujingyu/7bd9e5dedec8cfdd16cd928b476d299e to your computer and use it in GitHub Desktop.
Save liujingyu/7bd9e5dedec8cfdd16cd928b476d299e to your computer and use it in GitHub Desktop.
Linux batch replace string

linux 批量操作

find . -name '*.php' | xargs perl -pi -e  's/BindedConstant/LingBinded/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment