> After converting various gifs to png I still need to replace all > references to <pic>.gif in several html files to <pic>.png. Is there an > easy way to do this other than manually? Some sed/awk magic anyone? perl -pi -e 's/pic.gif/pic.png/igs' *.html Will replace all instances of pic.gif with pic.png. Hope that helps, Steve -- Steve McQ | http://www.tigertrails.com steve@xxxxxxxxxxxxxxx | Linux Registered User: 294367