# exiftool

Published 2025-03-20

Good for pulling metadata out of files

# Example for pulling metadata out of PDFs

exiftool *.pdf | grep -i -e "===" -e "File Name" -e "Creator" -e "Create Date"