ExifTool
Read and write meta information in files.
Installation
Section titled “Installation”sudo apt install exiftoolbrew install exiftoolexiftool [FLAGS]See documentation https://github.com/exiftool/exiftool
Examples
Section titled “Examples”Remove all exif data from image
Section titled “Remove all exif data from image”exiftool -all= <file>Remove all EXIF-data from all images in folder
Section titled “Remove all EXIF-data from all images in folder”exiftool -all= *Show only timestamp
Section titled “Show only timestamp”exiftool -DateTimeOriginal <file>