mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:26:02 +02:00
mdls: add page (#4618)
This commit is contained in:
parent
1839fd6b6d
commit
ddfda0d6b8
1 changed files with 11 additions and 0 deletions
11
pages/osx/mdls.md
Normal file
11
pages/osx/mdls.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue