mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 09:17:57 +01:00
249 B
249 B
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}}