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

Skip to content

developer-mide/tiny-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-grep

A simple grep-like text search utility written in Rust.

Installation

cargo install tiny-grep

Usage

tiny-grep <pattern> <file_path>

Search for a pattern in a file:

tiny-grep "hello" example.txt

Features

  • Simple text pattern matching
  • Command-line interface using clap
  • Fast and lightweight

License

MIT

About

A tiny implementation of grep in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages