...and gzip *is* in the OpenXP home directory.
³ Download unpacker gzip -d $DOWNFILE $PUFFER
...and gzip *is* in the OpenXP home directory.
What could be the problem?
Are those files compressed with gzip or zip?
zip is the standard compresser although any compression can be used as
long as the same compression tool is used at both ends of the link.
³ Download unpacker gzip -d $DOWNFILE $PUFFER
...and gzip *is* in the OpenXP home directory.
What could be the problem?
I found out that gzip -d <file> complains about the bundle suffixes.
...and gzip *is* in the OpenXP home directory.
What could be the problem?
I found out that gzip -d <file> complains about the bundle suffixes.
That's right. Despite the name gzip is not a compressor that can
handle .zip files. Gzip is for .gz files. Besides gzip is just a
compressor not an archiver. On it's own it can only compress 1 file
at a time, so you can't create bundles with it (that contain more
than 1 file)...
gzip -hgzip 1.2.4 (18 Aug 93)
FWIW, it apprears that this version can work with multiple files.
Starting at the 3rd parameter, [file ...] indicates that we can list a bunch of files and "compress" them in a bundle.
I'm starting sound like a grumpy Cheese Burger [*].
Hey Martin.. I need your wisdom.
But the following "Download unpacker" entry does not seem to work:
³ Download unpacker gzip -d $DOWNFILE $PUFFER ³
...and gzip *is* in the OpenXP home directory.
What could be the problem?
³ Download unpacker gzip -d $DOWNFILE $PUFFER
...and gzip *is* in the OpenXP home directory.
What could be the problem?
I found out that gzip -d <file> complains about the bundle suffixes.
I would rather use unzip <file>.
So.. what should the unpacker line look like if I want to use unzip?
According to the unzip syntax, the following won't work:
unzip $DOWNLOAD $PUFFER
Do I use the following instead:
unzip $DOWNLOAD -d $PUFFER
Sysop: | altere |
---|---|
Location: | Houston, TX |
Users: | 66 |
Nodes: | 4 (0 / 4) |
Uptime: | 15:37:37 |
Calls: | 718 |
Files: | 7,654 |
Messages: | 293,894 |