I would like a script written that will do a find and replace on my server. In your example please find abc and replace it with 123.
I would like to narrow down the find and replace to specific directories and any existing sub-directories of that path. In the example please use /home/mysite/public_html/
The script should look for only the code to replace in files with the .html and .php extensions.
I do not want the script to create a backup file.
Thank You
Start Free Trial