#gzip #split #utility #cli #gunzip

bin+lib gunzip-split

Uncompress concatenated gzip files back into separate files

2 releases

0.1.1 Jan 29, 2022
0.1.0 Jan 28, 2022

#555 in Compression

LGPL-2.1-or-later

23KB
482 lines

gunzip-split - Uncompress concatenated gzip files back into separate files.

Crates.io Documentation License Build Status

The gunzip-split utility can decompress concatenated gzip files back into separate files.

Usage

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.

License

Licensed under GNU Lesser General Public License, Version 2.1 or any later version (LICENSE).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above.

Dependencies

~3.5MB
~64K SLoC