cli-grep 0.1.1

A tool to search files
Documentation

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>