Last active
April 2, 2020 16:51
-
-
Save dixonge/9e9485f99b0bd67a7d541ae1bea6a5cc to your computer and use it in GitHub Desktop.
Rename photos with name followed by original file date/timestamp using exiftool
This file contains hidden or 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
exiftool '-filename<file-name-text-goes-here-$CreateDate' -d %Y-%m-%d_%H-%M-%S%%-c.%%le *.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment