Skip to content

Instantly share code, notes, and snippets.

@hussanhijazi
Created December 3, 2013 13:32
Show Gist options
  • Save hussanhijazi/7769156 to your computer and use it in GitHub Desktop.
Save hussanhijazi/7769156 to your computer and use it in GitHub Desktop.
find files execute command
find . -name \*.jpg -exec jpegoptim --strip-all {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment