This is a simple Rust CLI application that searches for a given query in a file similar to the grep command.
-
Clone the repository:
git clone https://github.com/raman20/Rusty-Grep.git
-
Navigate to the project directory:
cd Rusty-Grep -
Build the application:
cargo build
-
Run the application:
cargo run
cargo run -- <query> <file_path>Contributions are welcome! Please open an issue or submit a pull request.