find -type f -mmin +5 -print0 | \ xargs -0 -I {} sh -c 'zip /path/name.zip {}; rm -f {}'