Skip to content

Instantly share code, notes, and snippets.

@maliMirkec
Created May 27, 2016 11:10
Show Gist options
  • Save maliMirkec/a6d762670d86cf108c8d73e22cf544ee to your computer and use it in GitHub Desktop.
Save maliMirkec/a6d762670d86cf108c8d73e22cf544ee to your computer and use it in GitHub Desktop.
Resize all images in folder
find . -type f \( -iname "*.jpg" ! -iname "*1024*" ! -iname "*800*" ! -iname "*768*" ! -iname "*300*" ! -iname "*150*" ! -iname "*article cover*" \) | xargs mogrify -resize 750
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment