Thanks to visit codestin.com
Credit goes to github.com

Skip to content

raman20/Rusty-Grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty-Grep

This is a simple Rust CLI application that searches for a given query in a file similar to the grep command.

Getting Started

  1. Clone the repository:

    git clone https://github.com/raman20/Rusty-Grep.git
  2. Navigate to the project directory:

    cd Rusty-Grep
  3. Build the application:

    cargo build
  4. Run the application:

    cargo run

Usage

cargo run -- <query> <file_path>

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published