# exiftool
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"
```
