Hi,
I'm getting this error.
[image: Capture.PNG]
Is there a workaround for my version of Windows 10?
Thanks!
Jeff
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
-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,
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.
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
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
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