Skip to content

Instantly share code, notes, and snippets.

@selahssea-zz
Created October 29, 2017 10:18
Show Gist options
  • Save selahssea-zz/d481fcb4e5854456b155271a943ce3f3 to your computer and use it in GitHub Desktop.
Save selahssea-zz/d481fcb4e5854456b155271a943ce3f3 to your computer and use it in GitHub Desktop.
Clear EXIF for files with exiftool
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