Please don't use -exec. Use -print0 and xargs -0 instead, as it's much safer, and correctly passes newlines and other problem characters. Even BSD adopted this idiom.
GNU find says this very specifically: "There are unavoidable security problems surrounding the -exec action..."
GNU find says this very specifically: "There are unavoidable security problems surrounding the -exec action..."