find . -name '*.htm' -type f -print0 | xargs -0 perl -i -pe's/foo/bar/'