core-grep

Crates.iocore-grep
lib.rscore-grep
version0.1.9
sourcesrc
created_at2024-11-22 15:34:36.114997
updated_at2024-11-24 09:17:16.517877
descriptionThis is core grep project.
homepage
repository
max_upload_size
id1457469
size7,639
(mike0top)

documentation

README

This is educatation project grep

How to install:

core grep

cargo install core-grep

grep search

cargo add grep-search

Example of using grep:

grep [options] [query] [path]

Options:

              -i -- ignore case
              -c -- count lines
              -v -- invert match
              -n -- numbers the lines
              -help -- help
              -version -- show version grep

Version grep -- 0.1.9

Note:

  • This is my first big project

Links

Update version -- 0.1.9

  • Update function parse
  • Update README.md
Commit count: 0

cargo fmt