Created
July 5, 2015 13:26
-
-
Save DoomHammer/7d73638815bde7e50b07 to your computer and use it in GitHub Desktop.
Adjust date on every photo made by specified camera model
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 *; do if exiv2 pr $i|grep 'Camera model.*EX-S5' >/dev/null; then exiv2 -O +6 -D +6 -a +16:30 ad $i; fi; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment