Last active
September 27, 2020 17:35
-
-
Save schneefisch/ee90609246ff140706131a6bc6e6c0d0 to your computer and use it in GitHub Desktop.
View file metadata in Bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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