Crates.io | dele |
lib.rs | dele |
version | 0.1.0 |
source | src |
created_at | 2021-07-27 18:47:56.797727 |
updated_at | 2021-07-27 18:47:56.797727 |
description | Application to split files and join previously-divided files. |
homepage | https://gitlab.com/jorgarga/dele |
repository | https://gitlab.com/jorgarga/dele |
max_upload_size | |
id | 428060 |
size | 12,394 |
cargo install dele
dele split -f ./path/to/file -p number_of_parts
The "-f" argument represents the path to the file which will be divided into parts. The "-p" argument represents the number of divisions.
For example the following command
dele split -f rust.png -p 7
will divide the file rust.png into 7 different files:
dele join -f path/to/first_element
For example:
dele join -f rust.png0
The command expects the first file of a previous partition.
The name comes from the Norwegian term "å dele", which means both to split and to share.