mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:42:08 +02:00
273 B
273 B
mdls
Display the metadata attributes for a file. More information: https://ss64.com/osx/mdls.html.
- Display the list of metadata attributes for file:
mdls {{path/to/file}}
- Display a specific metadata attribute:
mdls -name {{attribute}} {{path/to/file}}