clone_all_repositories/README.md
2023-03-17 18:22:47 +01:00

6 lines
145 B
Markdown

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