|
If you are doing it server side:
find . -name '*.html' -exec perl -i -pe 's!string to change!what to change it to!g' {} \;
you would obviously change: string to change to the string you need to change and the bit saying what to change it to would change to what you are wanting there instead.
Then just run it in the root htdocs folder.
__________________
The next generation of SEO
|