Answer the question
In order to leave comments, you need to log in
Is it possible to remove all metadata from files with a command?
Tell me, is it possible to delete metadata from a file with a command or otherwise, but without using additional software? Thank you!
Answer the question
In order to leave comments, you need to log in
yes you can
w so
sudo apt-get install libimage-exiftool-perl
find . -type f -regex ".*\.\(jpg\|jpeg\|gif\|png\|JPG\|JPEG\|GIF\|PNG\)" -exec grep -rl base64 {} \; -exec exiftool -all= {} \; -exec rm '{}_original' \;
Apparently, some media files (pictures, videos, ...) and metadata that are stored in the file itself are meant.
Such metadata can be removed, there are appropriate utilities, google it. I won’t tell you anything offhand, because. now far from it, but at one time faced with a similar issue and solved it quite successfully.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question