1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/osx/mdls.md
2020-10-12 22:29:45 +01:00

219 B

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}}