mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 16:15:48 +02:00
commit
bb31364f7c
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
> List files matching a given query
|
> List files matching a given query
|
||||||
|
|
||||||
- Find a file by it's name
|
- Find a file by its name
|
||||||
|
|
||||||
`mdfind -name {{file}}`
|
`mdfind -name {{file}}`
|
||||||
|
|
||||||
- Find a file by it's content
|
- Find a file by its content
|
||||||
|
|
||||||
`mdfind {{query}}`
|
`mdfind {{query}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue