Skip to content

Instantly share code, notes, and snippets.

@matiss
Created May 8, 2017 08:23
Show Gist options
  • Save matiss/7afaa123d32d96e866112cd2b9bb48c0 to your computer and use it in GitHub Desktop.
Save matiss/7afaa123d32d96e866112cd2b9bb48c0 to your computer and use it in GitHub Desktop.
Remove finder information from images
find . -type f -name '*.jpeg' -exec xattr -c {} \;
find . -type f -name '*.png' -exec xattr -c {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment