Created
January 10, 2017 06:55
-
-
Save patricksuo/12b035183efec2c128b309db35ab55a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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