View Single Post
Old 01-12-2004, 01:54 AM  
flashfreak
Confirmed User
 
Industry Role:
Join Date: Jun 2002
Location: cloud number 9
Posts: 4,396
if you plan to do it on your computer dreamweaver or homesite can do it.
here's what I'm using if I want to modify links on a server :

find . -type f | xargs perl -pi.bak -e 's/old_string/new_string/g'

it works recursivelly on the folders and makes a backup file too (.bak) which you can skip of course if you don't want it.
__________________
SEO Mogul | ICQ: 163671223
flashfreak is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote