mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +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}}