Skip to content

Instantly share code, notes, and snippets.

@m87carlson
Created February 10, 2016 21:41
Show Gist options
  • Save m87carlson/856dbdac393ca3d04408 to your computer and use it in GitHub Desktop.
Save m87carlson/856dbdac393ca3d04408 to your computer and use it in GitHub Desktop.
find . -name "*.[Jj][Pp][Gg]" -print0 | xargs -I%% -0 -n 1 convert -resize 1024x768 "%%" "tmp/%%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment