145 B
145 B
clone_all_repositories
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' @
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' @