Skip to content

Instantly share code, notes, and snippets.

@jyhsu2000
Created May 22, 2018 05:32
Show Gist options
  • Save jyhsu2000/372f17d4cd68fca1075a1e17014d50d4 to your computer and use it in GitHub Desktop.
Save jyhsu2000/372f17d4cd68fca1075a1e17014d50d4 to your computer and use it in GitHub Desktop.
Convert all files to jpg
find . -type f -execdir mogrify -format jpg {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment