#!/usr/bin/env zsh set -e setopt EXTENDED_GLOB for f (feeds/**/cur) { pushd $f rm -fv *(Nom[101,-1]) || : popd }