catr/README.md

24 lines
390 B
Markdown
Raw Normal View History

# Rust rewrite of GNU cat
2023-08-30 21:28:09 -04:00
``` text
catr 0.1.0
Minh Tran <minh@minhtrannhat.com>
Rust rewrite of cat
Usage: catr [OPTIONS] [FILE]...
Arguments:
[FILE]... Input file(s) [default: -] [default: -]
Options:
-n Number lines
-b Number nonblank lines
-h, --help Print help
-V, --version Print version
```
## Build
`cargo build`
## Test
`cargo test`