Skip to content

GreyStinger/rgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGREP

A clone of grep built in rust

Currently bare-bones but supports both piped data and file + directory searching

Compiling for DOS

To compile to a DOS executable you need binutils and llvm-tools-preview

cargo install cargo-binutils
rustup component add llvm-tools-preview

Then either build the project and generate a COM file with:

cargo build --profile dos --features no_color
cargo objcopy --profile dos -- -O binary --binary-architecture=i386:x86 rust_dos.com

or run:

make dos

About

Grep-Like tool build in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published