rscat

Crates.iorscat
lib.rsrscat
version0.1.1
sourcesrc
created_at2018-10-10 20:35:45.00043
updated_at2018-10-15 18:54:06.59685
descriptionGNU cat(1) clone implemented in Rust
homepage
repositoryhttps://github.com/clpo13/rscat
max_upload_size
id89147
size42,181
Cody Logan (clpo13)

documentation

README

rscat

Simple clone of the GNU coreutils program cat(1) implemented in Rust. Give it a list of files and it will print their contents to stdout.

Building

Building from source requires Rust and Cargo (install them via rustup). In the top-level source directory, run cargo build. To install it on your computer, run cargo install. The default install path is in your ~/.cargo/bin directory.

Running

Usage: rscat file1 file2 ...
Prints the contents of one or more files to stdout.

  --help     print a brief help message
  --version  output the program version number and license information

License

This program is released under the terms of the GNU GPL version 3 or any later version. You may modify it or redistribute it freely according to the conditions of the license.

Commit count: 14

cargo fmt