mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 04:15:23 +02:00
commit
ea2a8baf02
1 changed files with 15 additions and 0 deletions
15
pages/osx/mdfind.md
Normal file
15
pages/osx/mdfind.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# mdfind
|
||||
|
||||
> List files matching a given query
|
||||
|
||||
- Find a file by it's name
|
||||
|
||||
`mdfind -name {{file}}`
|
||||
|
||||
- Find a file by it's content
|
||||
|
||||
`mdfind {{query}}`
|
||||
|
||||
- Find a file containing a string, in a given directory
|
||||
|
||||
`mdfind -onlyin {{directory}} {{query}}`
|
Loading…
Add table
Reference in a new issue