clone_all_repositories/change web site name

4 lines
119 B
Plaintext

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' @