Skip to content

INQTR/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An I/O Project: Building a Command Line Program

Clone grep form The Rust Programming Language book, chapter 12.

How use?

This tool works only for utf-8 contents.

Case sensitive search

cargo run to poem.txt

Case insensitive search

For case insensitive search you need to set environment variable CASE_INSENSITIVE to any value.

CASE_INSENSITIVE=1 cargo run to poem.txt

About

Programming a grep clone form The Rust Programming Language book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages