Nix Nix
tldr-pages web client with multiple languages
Nix Nix
Search
On This Page

mdfind

List files matching a query. More information: https://keith.github.io/xcode-man-pages/mdfind.1.html.

  • 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"

Related Topics
español version 中文 version
Contribute to This Page
Report New Issue View Source
Discuss this page