Skip to content

Instantly share code, notes, and snippets.

@patricksuo
Created January 10, 2017 06:55
Show Gist options
  • Save patricksuo/12b035183efec2c128b309db35ab55a3 to your computer and use it in GitHub Desktop.
Save patricksuo/12b035183efec2c128b309db35ab55a3 to your computer and use it in GitHub Desktop.
PWD=`pwd`
for file in `find $PWD`; do
echo $file
sed -i 's/XXX/YYY/g' $file
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment