#!/bin/bash IFS=$'\n'; set -f find . -iname *.zip -exec ~/zip_images_resize.sh '{}' \; unset IFS; set +f