tente isso,
find /some/path/ -iname "*.zip" -exec cp -f /path/to/dummy.zip {} \;
Altere /some/path
para a pasta que você deseja procurar pelos arquivos zip.
Warning: this will remove the original contents of all zip-files below
/some/path
.