Skip to content

Instantly share code, notes, and snippets.

@amonger
Created September 22, 2017 20:22
Show Gist options
  • Save amonger/b4006159f6567ac2b544a66bd87dbeb7 to your computer and use it in GitHub Desktop.
Save amonger/b4006159f6567ac2b544a66bd87dbeb7 to your computer and use it in GitHub Desktop.
convert cr2 to jpg
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