http://qs321.pair.com?node_id=56239


in reply to Re: Re: Re: converting absolute to relative links
in thread converting absolute to relative links

Try
perl -pi.bak -e 's-src=("?)myserver.com/images/-src=$1../images/-g' *. +html
Our definitions of fast may differ.

Also note how easily I made the substitution just slightly more flexible.

Of course for a summary of changes I usually just use:

cvs diff | less
(Source control is your friend!)