Skip to content

WebDevCaptain/rustgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustgrep

Rustgrep is a simple grep-like tool written in Rust.

Usage

cargo run "search term" "file path"

Example

cargo run "Staff" sample.txt

Sample output

2: Staff Engineers provide technical leadership to one or more teams in an organization.

License

This project is released under the MIT License.

About

A simple grep like tool in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages