catr/README.md

24 lines
438 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:
2023-09-02 14:05:24 -04:00
-n, --number Number lines
-b, --number-nonblank Number nonblank lines
-h, --help Print help
-V, --version Print version
2023-08-30 21:28:09 -04:00
```
## Build
`cargo build`
## Test
2023-09-02 02:34:28 -04:00
`./mk-outs.sh && cargo test`