Skip to content

Instantly share code, notes, and snippets.

@tqyq
Created December 8, 2015 07:57
Show Gist options
  • Save tqyq/a3367b4f1abbcabe7678 to your computer and use it in GitHub Desktop.
Save tqyq/a3367b4f1abbcabe7678 to your computer and use it in GitHub Desktop.
linux find and replace in dir
find /home/app/* -type f -exec sed -i -e 's/wx.91qutui.com\/open\/beesdk.php/wx.h5pop.com\/open\/beesdk.php/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment