diff --git a/change web site name b/change web site name index 692c409..beb9186 100644 --- a/change web site name +++ b/change web site name @@ -1,4 +1,7 @@ to change the website: cd to root dir of repos then -grep -rli 'old-word' * | xargs -i@ sed -i 's/old-word/new-word/g' @ \ No newline at end of file +grep -rli 'old-word' * | xargs -i@ sed -i 's/old-word/-new-word/g' @ + +or: +find . -type f -exec sed -i s/"old-word"/"new-word"/g {} +^C