⚡ Blazing fast ⚡ byte level zipping and unzipping.
Just like how you zip your zipper.
Similarly to zipper, but this time we zip bytes instead.
1|3|5|7|9
|2|4|6|8|
** Unzip file named 0d00 **
$ zipper unzip 0d00Creates 0d00.0 (even bytes) and 0d00.1 (odd bytes).
** Zipping 0d00.0 and 0d00.1 together **
output defaults to stdout if not specified.
$ zipper zip 0d00.0 0d00.1 > 0d00Redirect stdout to file 0d00 which contains zipped bytes.
** Zipping 0d00.0 and 0d00.1 to 0d00_0721 **
$ zipper zip 0d00.0 0d00.1 0d00_0721Write zipped bytes into the file 0d00_0721