Skip to content

Instantly share code, notes, and snippets.

@schneefisch
Last active September 27, 2020 17:35
Show Gist options
  • Save schneefisch/ee90609246ff140706131a6bc6e6c0d0 to your computer and use it in GitHub Desktop.
Save schneefisch/ee90609246ff140706131a6bc6e6c0d0 to your computer and use it in GitHub Desktop.
View file metadata in Bash
# view document metadata with bash
# mdls -name KEY FILEPATH
mdls <FILEPATH>
# to store into a textfile
mdls <FILEPATH> > metadata.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment