cli-grep

Crates.iocli-grep
lib.rscli-grep
version0.1.2
sourcesrc
created_at2019-11-24 23:26:00.924236
updated_at2019-11-24 23:40:12.691904
descriptionA tool to search files
homepagehttps://github.com/tisma/rust/tree/master/cli_grep
repositoryhttps://github.com/tisma/rust/tree/master/cli_grep
max_upload_size
id184067
size35,819
Miroslav Tišma (tisma)

documentation

README

A command line tool to search for provided pattern in files.

How to build:

  • cargo build --release

How to run:

  • cargo run -- <pattern> <file_path>
Commit count: 0

cargo fmt