mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 12:42:31 +00:00
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mdls
|
|
|
|
> Display the metadata attributes for a file.
|
|
> More information: <https://keith.github.io/xcode-man-pages/mdls.1.html>.
|
|
|
|
- Display the list of metadata attributes for file:
|
|
|
|
`mdls {{path/to/file}}`
|
|
|
|
- Display a specific metadata attribute:
|
|
|
|
`mdls -name {{attribute}} {{path/to/file}}`
|