bug-gzip
[Top][All Lists]
Advanced

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

Re: keep orginal file


From: Mike Frysinger
Subject: Re: keep orginal file
Date: Fri, 16 May 2008 23:12:13 -0400
User-agent: KMail/1.9.7

On Friday 16 May 2008, Matthew Woehlke wrote:
> eliz wrote:
> > Hi
> >     i want to keep the orginal file in the same folder using gzip for
> > that what i do ?
>
> Um. I could've sworn there was an option for that, but I can't find it.
> I guess you have to do 'gzip -c -d foo.gz > foo'.

odd that gzip doesnt have a --keep option like other compressors.

you could also do:
gzip -c < foo > foo.gz
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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