mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03: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}}