grep "http://www.virtuocity.com/family" *.htm* perl -pi -e s'$"http://www.virtuocity.com/family"$"http://wagoneers.com/BIBLE"$g' *.html grep "http://www.wagoneers.com/BIBLE" *.html find ./web -type f -name *.htm* -print find ./web -type f -name *.htm* -exec ls {} \; find ./web -type f -name *.htm* -exec perl -pi -e s'$"http://www.virtuocity.com/family"$"http://wagoneers.com/BIBLE"$g' {} \;