Quote:
Originally posted by kenny
I learned from someone in here that this can be done with ease with a shell command
find /home/htdocs/website/ -name '*.html' -exec perl -pi -e 's/switchthis/withthis/g' {} \;
here is the url of the thread I learned from
http://gofuckyourself.com/showthread...ht=.htacce ss from
|
man just use server side includes.. We were using those in 1996 or 97 I think.. Could save you lots of time.