Skip to content

Instantly share code, notes, and snippets.

@lucascantor
Created March 11, 2018 01:20
Show Gist options
  • Save lucascantor/7c21a36404d41dd6077039411d190e3b to your computer and use it in GitHub Desktop.
Save lucascantor/7c21a36404d41dd6077039411d190e3b to your computer and use it in GitHub Desktop.
Rename photo files by their creation date using exiftool
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