Skip to content

Instantly share code, notes, and snippets.

@jamiely
Last active June 19, 2018 02:38
Show Gist options
  • Save jamiely/f74e32baf82a94f804bdf68b62983a4d to your computer and use it in GitHub Desktop.
Save jamiely/f74e32baf82a94f804bdf68b62983a4d to your computer and use it in GitHub Desktop.
Change the modified date of a file to match its creation date in the exif data

Change the modified date of a file to match its creation date in the exif data

brew install exiftool
exiftool '-filemodifydate<createdate' *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment