Created
January 9, 2014 14:40
-
-
Save burningTyger/8335106 to your computer and use it in GitHub Desktop.
quickly rename JPG to my preferred file format based on exif data
This file contains 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
for i in *.JPG; do exiv2 -v -r '%Y-%-m-%d_%H-%M%-%S' rename "$i"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment