ExifTool
Read and write meta information in files.
Installation
Linux
sudo apt install exiftool
Brew
brew install exiftool
Usage
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>