8000 GitHub - aacevski/minigrep: This is my take on learning Rust and extending the minigrep project given in the Rust book.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is my take on learning Rust and extending the minigrep project given in the Rust book.

Notifications You must be signed in to change notification settings

aacevski/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

This is a command-line tool implemented in Rust for searching text files for a specific string or regular expression pattern, similar to the Unix command grep.

  1. To grep the contents of a file:
cargo run -- <query> <file_path>
  1. To grep the stdout of a command:
cargo run -- <command> <query> 

About

This is my take on learning Rust and extending the minigrep project given in the Rust book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0