Jump to content

Command Crate ¿about?

Remove all EXIF metadata from files (exiv2)

find . -type f -iname '*' -exec exiv2 -da rm {} \;

Finds all files in the current directory and subdirectories and removes any EXIF metadata using exiv2, effectively stripping the metadata from images, PDFs, and other file types that support EXIF.

file management [kb:74]