#split #join #file #applications #previously-divided

app dele

用于分割文件和合并已分割文件的应用程序

1 个不稳定版本

0.1.0 2021年7月27日

#77 in #join

MIT/Apache

7KB
152 代码行

Dele

安装

cargo install dele

用法

分割文件

dele split -f ./path/to/file -p number_of_parts

"-f" 参数代表要分割的文件路径。"-p" 参数代表分割的数量。

例如以下命令

dele split -f rust.png -p 7

将文件 rust.png 分割成 7 个不同的文件

  • rust.png0
  • rust.png1
  • ...
  • rust.png6

合并文件

dele join -f path/to/first_element

例如

dele join -f rust.png0

命令期望的是先前分割的第一个文件。

名称

名称来自挪威语“å dele”,意为分割和共享。

依赖关系

~0.7–1MB