Skip to content

Instantly share code, notes, and snippets.

View gizotso's full-sized avatar

Antoine Urrutiaguer gizotso

View GitHub Profile

List exif informations

# -s : Short output format
exiftool file.jpg -s
exiftool file.jpg -AllDates
exiftool file.jpg  -FileModifyDate
exiftool file.jpg -DateTimeOriginal
exiftool 20170411_220635.JPG -s | grep Date

exiftool -p "$DateTimeOriginal" "Photo - 01.JPG"