octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43206] gunzip deletes source files


From: Rik
Subject: [Octave-bug-tracker] [bug #43206] gunzip deletes source files
Date: Fri, 16 Dec 2016 21:58:37 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #43206 (project octave):

                Priority:              5 - Normal => 3 - Low                

    _______________________________________________________

Follow-up Comment #8:

It mostly works with archives (.tar.gz).  This is about individual gzipped
files.  Start with a file "hello" that contains some basic text like "123".


>> flist = gzip ("hello")
flist =
{
  [1,1] = hello.gz
}
>> exist ("hello.gz")
ans =  2
>> flist2 = gunzip ("hello.gz")
flist2 =
{
  [1,1] = /home/rik/wip/Projects_Mine/octave-dev/unp/hello
}
>> exist ("hello.gz")
ans = 0


As you can see from the call to exist, the file "hello.gz" has been removed.

If you have access to Matlab, you could test whether this behavior has
changed.

Otherwise, something else needs to be done.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43206>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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