bug#32865: Running gzip on Windows 64-bit

2018-09-28 Thread Jeffrey Klakovich
Hi, I'm getting this error. [image: Capture.PNG] Is there a workaround for my version of Windows 10? Thanks! Jeff

bug#32867: -k Option Not Recognized

2018-09-28 Thread Contee, Keisha R (CTR)
Hello Support, The command gzip -k filename is not recognized on my RHEL 7 virtual machine. I am using gzip version 1.5. I am able to use gzip filename with success. In addition, -k is not listed as an option in -help, but it is listed in your documentation as a way to keep the original file. I

bug#32867: -k Option Not Recognized

2018-09-28 Thread Mark Adler
-k (—keep) was added in version 1.6. You can pipe the output to keep the original. E.g. gzip -c something.txt > something.txt.gz or similarly decompressing: gzip -dc something.txt.gz > something.txt > On Sep 28, 2018, at 11:46 AM, Contee, Keisha R (CTR) > wrote: > > Hello Support,

bug#32867: -k Option Not Recognized

2018-09-28 Thread Paul Eggert
On 9/28/18 11:46 AM, Contee, Keisha R (CTR) wrote: Hello Support, The command gzip -k filename is not recognized on my RHEL 7 virtual machine. I am using gzip version 1.5. That's not surprising, since -k was added in gzip 1.6. Time to upgrade.

bug#32865: Running gzip on Windows 64-bit

2018-09-28 Thread Stephen Kitt
On Fri, 28 Sep 2018 10:44:29 -0700, Jeffrey Klakovich wrote: > I'm getting this error. > > [image: Capture.PNG] > > Is there a workaround for my version of Windows 10? You need to use a version of gzip for Windows rather than for DOS. GnuWin32 has an older version: http://gnuwin32.sourceforge.n

bug#32867: -k Option Not Recognized

2018-09-28 Thread Goyhberg, Konstantin (CTR)
Haha. "We are doing our rounds and we are a little behind". Thanks! -Original Message- From: Paul Eggert [mailto:egg...@cs.ucla.edu] Sent: Friday, September 28, 2018 3:00 PM To: Contee, Keisha R (CTR) ; 32867-d...@debbugs.gnu.org Cc: Goyhberg, Konstantin (CTR) Subject: Re: bug#32867: -k

bug#32867: -k Option Not Recognized

2018-09-28 Thread Goyhberg, Konstantin (CTR)
Thank you -Original Message- From: Mark Adler [mailto:mad...@alumni.caltech.edu] Sent: Friday, September 28, 2018 2:56 PM To: Contee, Keisha R (CTR) Cc: 32...@debbugs.gnu.org; Goyhberg, Konstantin (CTR) Subject: Re: bug#32867: -k Option Not Recognized -k (—keep) was added in version 1