Skip to content

Instantly share code, notes, and snippets.

@dgouyette
Created September 15, 2013 16:50
Show Gist options
  • Select an option

  • Save dgouyette/6572430 to your computer and use it in GitHub Desktop.

Select an option

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