minigrep_io_practice 0.1.0

An I/O Project: Building a Command Line Program
Documentation
1
2
3
4
5
命令行启动参数:
```shell
IGNORE_CASE=1 cargo run -- to poem.txt > output.txt 

```