Locate unix

broken image
broken image

You can restrict your search to files or directories by using the -t argument, followed by the letter that represents what you want to search for.

broken image

Getting more done with less typing is always a win in my book. name 'services'Īs you can see, fd is much simpler and requires less typing. The equivalent search using the built-in find command looks something like this: $ find. If called with just a single argument, fd searches the current directory recursively for any files and/or directories that match your argument. For example, let's assume that you want to find a Markdown document that has the word services as part of the filename: $ fd services The simplest search you can perform is to run fd with a single argument, that argument being whatever it is that you're searching for. Simple searchįd is designed to help you easily find files and folders in your operating system's filesystem.

broken image

Once installed, you can get a complete overview of all available command-line options by running fd -h for concise help, or fd -help for more detailed help. It covers how to install the application on macOS, Debian/Ubuntu, Red Hat, and Arch Linux. Head over the fd GitHub page and check out the section on installation.

broken image