Created
September 22, 2017 20:22
-
-
Save amonger/b4006159f6567ac2b544a66bd87dbeb7 to your computer and use it in GitHub Desktop.
convert cr2 to jpg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -iname "*.CR2" -print -exec sh -c 'convert {} $(echo {} | sed -n "s/CR2/JPG/p")' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment