help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gunzip incompatible


From: John W. Eaton
Subject: gunzip incompatible
Date: Mon, 28 Jan 2008 13:45:31 -0500

On 28-Jan-2008, Mats Hedlund wrote:

| In matlab, this works for unzipping an ODF spreadsheet: gunzip('file.ods').
| In octave, it does not, replying with 'unknown file format'.
| Any thoughts on this and ways to fix it?

Octave's gunzip function is just a .m file.  It ultimately calls
another function called unpack to do the work.  I think the problem is
that gunzip is leaving it up to unpack to determine which
uncompression utility to use, when it should probably be forcing it to
use gzip.  It would be great if someone could have a look at this
problem and propose a patch.  Similar changes would likely be
appropriate for the bunzip2, untar, and unzip functions.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]