bug-gzip
[Top][All Lists]
Advanced

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

Re: Option wanted for gzip


From: Bob Proulx
Subject: Re: Option wanted for gzip
Date: Sat, 26 May 2007 23:17:38 -0600
User-agent: Mutt/1.5.9i

Raoul Behrend wrote:
> I would really appreciate the presence of a -k option, like in bzip2, which 
> keeps the original files while making the (de)compression ? Is it possible ?

Do any of the following do what you want?

  gzip -dc file1 > file2
  gunzip -c file1 > file2
  gzip -d < file1.gz > file2
  gunzip < file1.gz > file2

Bob




reply via email to

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