add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

12
pages.zh/osx/mdls.md Normal file
View File

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