find . -type f -iname "*.jpg" -exec jpegoptim -p -P -m90 --strip-all {} \; find . -type f -iname "*.png" -exec optipng –zs0,1 –f0-5 {} \;