Skip to content

minhtrannhat/catr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust rewrite of GNU cat

catr 0.1.0
    Minh Tran <[email protected]>
Rust rewrite of cat

Usage: catr [OPTIONS] [FILE]...
Arguments:
  [FILE]...  Input file(s) [default: -] [default: -]

Options:
  -n, --number           Number lines
  -b, --number-nonblank  Number nonblank lines
  -h, --help             Print help
  -V, --version          Print version

Build

cargo build

Test

./mk-outs.sh && cargo test

About

Rust rewrite of GNU/BSD 'cat' program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published