1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/mdls.md

13 lines
273 B
Markdown
Raw Normal View History

2020-10-12 17:29:45 -04:00
# mdls
> Display the metadata attributes for a file.
> More information: <https://ss64.com/osx/mdls.html>.
2020-10-12 17:29:45 -04:00
- Display the list of metadata attributes for file:
`mdls {{path/to/file}}`
- Display a specific metadata attribute:
`mdls -name {{attribute}} {{path/to/file}}`