Skip to content

Instantly share code, notes, and snippets.

@BertrandBordage
Forked from pebosi/gist:9090062
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BertrandBordage/2bcaa84d9e45fc3e94d3 to your computer and use it in GitHub Desktop.
Save BertrandBordage/2bcaa84d9e45fc3e94d3 to your computer and use it in GitHub Desktop.
find -iname "*.jpg" -type f -print0 | parallel --progress -0 -j +0 "mogrify -resize 800x800\> {}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment