Ganitzsh / grep-very-light

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grep (very light)

A clone of grep, very lightweight.

This is part of my journey of learning Rust, trying to get the basics right. I'm also following a very good book, Rust in Action, which elaborates on advanced concepts and things about the language.

Usage

Usage: grep-lite [OPTIONS] --pattern <PATTERN>

Options:
  -e, --pattern <PATTERN>
  -i, --input <INPUT>
  -b, --before <BEFORE>
  -a, --after <AFTER>
  -h, --help               Print help
  -V, --version            Print version

About


Languages

Language:Rust 100.0%