/find

A file finder made in rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

🔎 Find

A file finder made in rust

❓ Usage

find <FILE> <PATH>

Lets say we want to find all the files named README.md in the current directory. We can do that by running:

find README.md

If we want to search for a file in a specific directory, we can do that by running:

find README.md /path/to/directory

🔨 Installation

cargo install find

📝 License

This project is licensed under the GNU General Public License v3.0 licence. See the LICENCE file for more info.