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

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

[Octave-bug-tracker] [bug #48597] bunzip2 and gunzip remove original fil


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #48597] bunzip2 and gunzip remove original files
Date: Sun, 24 Jul 2016 13:38:50 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #2, bug #48597 (project octave):

Here's a test case demonstrating the issue:


$ echo "hello" > foobar
$ gzip --keep foobar 
$ bzip2 --keep foobar 
$ rm foobar
$ ls foobar.*
foobar.bz2  foobar.gz
$ octave
octave-gui:1> gunzip foobar.gz
octave-gui:2> ls foobar*
foobar  foobar.bz2
octave-gui:3> bunzip2 foobar.bz2 
octave-gui:4> ls foobar*
foobar


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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