File name find . -name "*.png" | xargs mogrify -resize 10% Regex find -E . -regex '.*/big/.*\.png' | xargs mogrify -resize 10%