https://github.com/startdusk/rgrep
https://github.com/startdusk/rgrep
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/startdusk/rgrep
- Owner: startdusk
- Created: 2022-03-08T11:29:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T06:10:11.000Z (about 4 years ago)
- Last Synced: 2025-01-20T19:15:55.366Z (over 1 year ago)
- Language: Rust
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rgrep
实现一个 rgrep,它是一个类似 grep 的工具
示例:
```bash
$ rgrep '恶意' 'e*.txt'
```
输出:

程序流程:
