View Single Post
Old 03-21-2003, 06:19 PM  
nuclei
old school fart
 
Industry Role:
Join Date: May 2001
Location: Florida
Posts: 1,015
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
nuclei is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote