mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Add mdfind
This commit is contained in:
parent
acf8756f56
commit
4449011ece
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 query
|
||||
|
||||
- Find a file named **"Inception"**
|
||||
|
||||
`mdfind -name inception`
|
||||
|
||||
- Find a file containing **"football"**
|
||||
|
||||
`mdfind football`
|
||||
|
||||
- Find a file containing **"football"**, in the directory **"~/Documents"**
|
||||
|
||||
`mdfind -onlyin ~/Documents football`
|
Loading…
Add table
Reference in a new issue