help-octave
[Top][All Lists]
Advanced

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

Re: gunzip / unpack deletes source file


From: Mike Miller
Subject: Re: gunzip / unpack deletes source file
Date: Thu, 11 Sep 2014 14:19:41 -0400

On Thu, Sep 11, 2014 at 13:10:13 +0000, Reimann Stefan (DC-RE/PAC3) wrote:
> Hello,
>
> I recognized that gunzip / unpack deletes source files after
> decompressing to another destination folder. Compressed files with
> other formats (for instance *.zip) are not deleted / moved from
> unpack.
>
> Is this the normal behavior or a bug (I can't imagine a reason for the
> different behavior for different file extensions?)

This is likely the behavior because Octave simply relies on the
standard system utilities to do the decompression and unpacking. The
gzip command deletes its input file by default, while the unzip
command does not.

If you believe this inconsistency is an error, or preferably have
access to Matlab and can show what the correct behavior should be,
please report a bug:

  http://savannah.gnu.org/bugs/?func=additem&group=octave

-- 
mike



reply via email to

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