https://github.com/markelca/rust-grep
Another grep clone using Rust. Made for learning purposes
https://github.com/markelca/rust-grep
grep rust
Last synced: about 1 month ago
JSON representation
Another grep clone using Rust. Made for learning purposes
- Host: GitHub
- URL: https://github.com/markelca/rust-grep
- Owner: MarkelCA
- Created: 2024-04-15T20:01:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T18:06:57.000Z (about 1 year ago)
- Last Synced: 2025-02-11T11:52:24.497Z (3 months ago)
- Topics: grep, rust
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-grep
Isn't faster, isn't better, but it's mine.
## Usage
```
$ ./grep --help
Usage: grep [OPTIONS] [FILE_PATHS]...Arguments:
[FILE_PATHS]...Options:
-r, --recursive
--no-color
-c, --count
-h, --help Print help
-V, --version Print version
```