diff --git a/pages/osx/mdls.md b/pages/osx/mdls.md new file mode 100644 index 0000000000..0fc113c29c --- /dev/null +++ b/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}}`