Created
March 11, 2018 01:20
-
-
Save lucascantor/7c21a36404d41dd6077039411d190e3b to your computer and use it in GitHub Desktop.
Rename photo files by their creation date using exiftool
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
exiftool '-filename<CreateDate' -d %F_%H-%M-%S%%-c.%%le -r /path/to/directory/containing/image/files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment