Skip to content

Instantly share code, notes, and snippets.

@gnarfle
Created October 15, 2013 18:56
Show Gist options
  • Save gnarfle/6996821 to your computer and use it in GitHub Desktop.
Save gnarfle/6996821 to your computer and use it in GitHub Desktop.
Impressive one liner.
find * -type f -print0 | xargs -0 file | grep JPEG | sed 's/:.*//' | xargs -I file mogrify -format tif -quality 25 ./file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment