Skip to content

Instantly share code, notes, and snippets.

@scizzorz
Created November 4, 2013 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scizzorz/7310892 to your computer and use it in GitHub Desktop.
Save scizzorz/7310892 to your computer and use it in GitHub Desktop.
for i in *.JPG; do
mv "$i" "${i%.*}.jpg"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment