Created
October 29, 2017 10:18
-
-
Save selahssea-zz/d481fcb4e5854456b155271a943ce3f3 to your computer and use it in GitHub Desktop.
Clear EXIF for files with 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
for i in *.jpg; do echo "Processing $i"; exiftool -all= "$i"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment