瀏覽代碼

mdls: add page (#4618)

Liam Rosenfeld 4 年之前
父節點
當前提交
ddfda0d6b8
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      pages/osx/mdls.md

+ 11 - 0
pages/osx/mdls.md

@@ -0,0 +1,11 @@
+# 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}}`