Crates.io | gunzip-split |
lib.rs | gunzip-split |
version | 0.1.1 |
source | src |
created_at | 2022-01-28 03:35:14.418295 |
updated_at | 2022-01-29 02:31:40.505129 |
description | Uncompress concatenated gzip files back into separate files. |
homepage | |
repository | https://gitlab.com/cg909/gunzip-split |
max_upload_size | |
id | 522903 |
size | 63,500 |
The gunzip-split
utility can decompress concatenated gzip files back into separate files.
Install with
$ cargo install gunzip-split
And run it like this:
$ gunzip-split -o ./out/ concatenated.gz
Splitting/deconcatenating and listing the filenames of contained compressed files are also supported.
Licensed under GNU Lesser General Public License, Version 2.1 or any later version (LICENSE).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above.