Skip to content

Instantly share code, notes, and snippets.

@jc3wmdev
Last active December 7, 2021 11:19
Show Gist options
  • Save jc3wmdev/4593725 to your computer and use it in GitHub Desktop.
Save jc3wmdev/4593725 to your computer and use it in GitHub Desktop.
exiftool - list 5 star rated photos
exiftool -if '$Rating eq 5' *.JPG -q -p '$FileName'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment