Skip to content

nikhil478/rust-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation


In this project, I will be building a CLI tool similar to grep using Rust. To run the project, use the following command:

cargo run -- ./doc/poem.txt > output.txt

This command runs the Rust program, processing the input file poem.txt located in the ./doc directory, and redirects the output to output.txt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages