Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 540 Bytes

exiftool-cheatsheet.md

File metadata and controls

31 lines (29 loc) · 540 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
exiftool-cheatsheet
cli
public
2024-07-06 05:07:28 -0700
2024-07-06 05:07:28 -0700
false
20240706120728
false
false
exif
command-line
metadata
exiftool Cheatsheet
tech-note
# View tag names for use in commands:
exiftool -s <files-or-dir>

# Display tag values:
exiftool -T -DateTimeOriginal -FileName <files-or-dir>
exiftool -T -FileModifyDate -FileName <files-or-dir>