I have a website setup in which there are a lot of files mostly php. But in this i am calling the files as say /model/login/……
I want to rename all such occurences as $base_url/model/login/….
How can I approach the problem or where can I get the tutorials for the same.
sed can do this trivially, provided you don’t use the path for anything else in the code.