Navigation

Operators and Keywords

Function List:

C++ API

: filelist = gunzip (gzfile)
: filelist = gunzip (gzfile, dir)

Unpack the gzip archive gzfile.

If gzfile is a directory, all gzfiles in the directory will be recursively unpacked.

If dir is specified the files are unpacked in this directory rather than the one where gzfile is located.

The optional output filelist is a list of the uncompressed files.

See also: gzip, unpack, bunzip2, unzip, untar.

Package: octave