Skip to content

Instantly share code, notes, and snippets.

@dgouyette
Created September 15, 2013 16:50
Show Gist options
  • Save dgouyette/6572430 to your computer and use it in GitHub Desktop.
Save dgouyette/6572430 to your computer and use it in GitHub Desktop.
change extension
for file in *.JPG; do mv -- "$file" "$(expr "$file" : '\(.*\)\.JPG').jpg"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment