Skip to content

Aplicação de linha de comando feita em rust (rust-cli), similar ao cat do linux.

Notifications You must be signed in to change notification settings

guilhermerodrigues680/grrs_cli_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[https://rust-cli.github.io/book/index.html]

$ grrs foobar test.txt

Program to look at test.txt and print out the lines that contain foobar.

$ cargo run --example exname -- --exoption exarg1 exarg2

$ cargo run -- foobar test.txt

export RUST_LOG=error

About

Aplicação de linha de comando feita em rust (rust-cli), similar ao cat do linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages