I have a dev copy of a website set up that has quite a few hardcoded references to its live counterpart.
I would like to replace all occurrences of "www." with "dev." in all files.
I think I can use a combination of grep + sed, but I'm not sure how.
|
I have a dev copy of a website set up that has quite a few hardcoded references to its live counterpart. I would like to replace all occurrences of "www." with "dev." in all files. I think I can use a combination of grep + sed, but I'm not sure how. |
|||||||
|
|
first try to used sed on one file its Please make backup of Your project before You start. |
|||||||||||
|