jhead

Extract and display EXIF metadata from JPEG images taken by digital cameras

brewmacoslinux
Try with needOr install directly
Source

About

Extract Digicam setting info from EXIF JPEG headers

Commands

jhead

Examples

Display all EXIF information from a JPEG file$ jhead photo.jpg
Remove all EXIF data from a JPEG file$ jhead -purejpg photo.jpg
Rename multiple JPEG files based on their capture date from EXIF$ jhead -n%Y%m%d-%H%M%S *.jpg