Skip to content

NimaPoshtiban/grep-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grep-lite

A lite version of grep written in Rust

Usage

USAGE:
    grep-lite <pattern> <input>

searching in a file:
    grep-lite -- pattern -- filename
    
searching from stdin:
    "input from stdin" | grep-lite -- pattern -- -

About

personal project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages