Remove all Exif data from JPEGs recursively

Because I always spend 20 minutes googling it

apt-get update && apt-get install libimage-exiftool-perl
find /var/www -type f -iname *.jpg -exec exiftool -all= {} \;

One Reply to “Remove all Exif data from JPEGs recursively”

Leave a Reply

Your email address will not be published. Required fields are marked *