Skip to content

Instantly share code, notes, and snippets.

@edib
Created December 11, 2021 16:52
Show Gist options
  • Save edib/3ea9ea85d560f1889dc8a9a8f463aff4 to your computer and use it in GitHub Desktop.
Save edib/3ea9ea85d560f1889dc8a9a8f463aff4 to your computer and use it in GitHub Desktop.
for i in `ls *.JPG`; do convert $i -resize %50 new/$i ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment