From ddfda0d6b8fa4f7ae6639241bc90f385c601fecf Mon Sep 17 00:00:00 2001 From: Liam Rosenfeld Date: Mon, 12 Oct 2020 17:29:45 -0400 Subject: [PATCH] mdls: add page (#4618) --- pages/osx/mdls.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/osx/mdls.md 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}}`