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