mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 00:17:56 +01:00
251 B
251 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}}