文件名称:fcp:经典 Unix cp(1) 命令的显着替代方法,可在很短的时间内复制大文件和目录
文件大小:774KB
文件格式:ZIP
更新时间:2024-08-24 16:53:13
rust cli fast unix command-line
fcp fcp是经典 Unix 命令的替代品。 fcp旨在以更高的性能处理最常见的cp用例。 fcp目标并不是用它的无数选项完全取代cp 。 注意: fcp针对具有 SSD 的系统进行了优化。 在带有 HDD 的系统上, fcp可能表现出较差的性能。 安装 请注意, fcp仅支持类 Unix 操作系统(例如 Linux、macOS 等)。 预构建的二进制文件 某些系统的预构建二进制文件可以在下找到。 经 fcp需要 Rust 版本 1.53.0 或更新版本。 可以通过运行以下命令使用cargo安装fcp : cargo install fcp 拱形Linux fcp可以通过以下任一 AUR 安装在 Arch Linux 上: 苹果系统 fcp可以通过通过运行以下命令安装在 macOS 上: brew install fcp 用法 使用信息可以通过运行fcp --help找
【文件预览】:
fcp-master
----.gitignore(8B)
----benches()
--------fcp_benchmark.rs(2KB)
----src()
--------main.rs(862B)
--------error.rs(834B)
--------lib.rs(8KB)
--------filesystem.rs(4KB)
----Cargo.lock(18KB)
----LICENSE(1KB)
----Cargo.toml(707B)
----dev_utils()
--------.gitignore(20B)
--------src()
--------Cargo.toml(405B)
----.github()
--------workflows()
----README.md(6KB)
----tests()
--------character_device.exp(433B)
--------tests.rs(13KB)
----.pre-commit.sh(399B)
----.rustfmt.toml(55B)
----fixtures()
--------copy_many_into_permissions_error.json(405B)
--------copy_many_into_destination_is_not_directory.json(450B)
--------copy_into_symlink.json(734B)
--------fifo.json(58B)
--------.gitignore(20B)
--------simple_directory.json(322B)
--------copy_many_into_success.json(366B)
--------partial_directory.json(332B)
--------socket.json(62B)
--------deep_directory.json(91KB)
--------linux.json(7.31MB)
--------empty_directory.json(91B)
--------copy_many_into_destination_does_not_exist.json(442B)
--------create_fixture.py(1KB)
--------symlink.json(81B)
--------regular_file.json(67B)
--------large_files.json(1KB)