Skip to content

tochiji/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

Rust で作った小さな grep コマンドです。

指定した文字列が含まれる行をファイルから検索します

$ cargo run to poem.txt
Are you nobody, too?
How dreary to be somebody!

大文字小文字を無視して検索します

$ CASE_INSENSITIVE=1 cargo run to poem.txt
Are you nobody, too?
How dreary to be somebody!
To tell your name the livelong day
To an admiring bog!

About

Rustで作る小さなgrepコマンドです

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages