Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4515924
By: keithmarshall

Sorry, I was forgetting that gzip, bzip2, lzma, xz and friends default
to compressing/decompressing in place, (i.e. overwriting the original file with
the compressed/decompressed content).  In that case, for transformation in 
either
direction, of course the original file needs to be writeable, so it can be 
removed
after successful conversion.

I *always* use these tools in the stdout redirecting form, e.g.:

  bunzip2 -c enwiki.bz2 > enwiki

so the issue doesn't arise, (and I don't lose the original file).  I guess your
-k option has a similar effect.

_____________________________________________________________________________________
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4515924/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to