2 个版本
使用旧的 Rust 2015
0.1.1 | 2018 年 10 月 15 日 |
---|---|
0.1.0 | 2018 年 10 月 10 日 |
#1041 in 文件系统
16KB
56 代码行
rscat
使用 Rust 简单克隆的 GNU coreutils 程序 cat(1)。给它一个文件列表,它会将其内容打印到 stdout。
构建
从源代码构建需要 Rust 和 Cargo(通过 rustup 安装)。在顶层源目录中,运行 cargo build
。要在您的计算机上安装它,运行 cargo install
。默认安装路径在您的 ~/.cargo/bin
目录中。
运行
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
许可证
本程序根据 GNU GPL 第 3 版 或任何后续版本发布。您可以根据许可证的条件自由修改或重新分发它。