6 lines
145 B
Markdown
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' @ |