mirror of https://github.com/CrimsonTome/tldr.git
12 lines
219 B
Markdown
12 lines
219 B
Markdown
|
# mdls
|
||
|
|
||
|
> Display the metadata attributes for a file.
|
||
|
|
||
|
- Display the list of metadata attributes for file:
|
||
|
|
||
|
`mdls {{path/to/file}}`
|
||
|
|
||
|
- Display a specific metadata attribute:
|
||
|
|
||
|
`mdls -name {{attribute}} {{path/to/file}}`
|