find -type f -mmin +5 -print0 | \ xargs -0 -- sh -c 'zip /path/name.zip -- "$@" && rm -f -- "$@"' --