Skip to content

Instantly share code, notes, and snippets.

@pixelpylon
Last active January 6, 2021 23:44
Show Gist options
  • Save pixelpylon/f74236b3a0b765f013d6b53cef639ee8 to your computer and use it in GitHub Desktop.
Save pixelpylon/f74236b3a0b765f013d6b53cef639ee8 to your computer and use it in GitHub Desktop.
find /mnt/g/imgtest/ -not -path "*/static/*" \( -name '*.png' -o -name '*.jpg' -o -name '*.jpeg' \) -print0 | xargs -0 -P8 -n2 mogrify -strip -thumbnail '1920>'
find -size +1M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment