Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages