项目作者: clpo13

项目描述 :
cat clone
高级语言: Rust
项目地址: git://github.com/clpo13/rscat.git
创建时间: 2018-10-10T18:59:28Z
项目社区:https://github.com/clpo13/rscat

开源协议:GNU General Public License v3.0

下载


rscat

Build Status

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.

You can also fetch and install rscat from crates.io with
cargo install rscat.

Running

  1. Usage: rscat file1 file2 ...
  2. Prints the contents of one or more files to stdout.
  3. -h, --help print a brief help message
  4. -v, --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.