Skip to content

sorangan1/findstr.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findstr.rs

> rust_findstr.exe {query} {file-path}

query: The word you're searching for.
file-path: The path of the file where you want to search.

Build

While in the root folder, type:

> cargo build --release

You'll find the .exe in /target/release/rust_findstr.exe

About

cmd findstr command implemented in rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages