Files
tldr/pages.zh/osx/mdls.md

12 lines
267 B
Markdown

# mdls
> 显示文件的元数据属性。
> 更多信息:<https://keith.github.io/xcode-man-pages/mdls.1.html>。
- 显示文件的元数据属性列表:
`mdls {{path/to/file}}`
- 显示特定的元数据属性:
`mdls -name {{attribute}} {{path/to/file}}`