mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 05:15:28 +02:00
247 B
247 B
mdfind
List files matching a given query
- Find a file by its name
mdfind -name {{file}}
- Find a file by its content
mdfind {{query}}
- Find a file containing a string, in a given directory
mdfind -onlyin {{directory}} {{query}}