mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 22:02:25 +00:00
Update cheatsheets
This commit is contained in:
17
osx/mdls
Normal file
17
osx/mdls
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, osx]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mdls
|
||||
|
||||
> Display the metadata attributes for a file.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/mdls.1.html>.
|
||||
|
||||
- Display the list of metadata attributes for file:
|
||||
|
||||
`mdls {{path/to/file}}`
|
||||
|
||||
- Display a specific metadata attribute:
|
||||
|
||||
`mdls -name {{attribute}} {{path/to/file}}`
|
||||
Reference in New Issue
Block a user