Skip to content

farawaysouthwest/rrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rrep - A Rust implementation of the Unix grep command

Part of my Rust learning attempts, this command uses buffers instead of direct memory where possible, hopefully resulting in better performance on large files.

Use in the same way as the native Unix grep command to search the content of a file and output to the standard output stream.

rrep <search pattern> ./file/path/file.txt

About

A Rust implementation of the Unix grep command.

Resources

Stars

Watchers

Forks

Languages