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