Re: [PATCH v6] gzip: add "--keep" option to keep (don't delete) input files

2013-04-13 Thread Rodrigo Campos
On Sun, Mar 31, 2013 at 10:53:31PM -0300, Rodrigo Campos wrote: > By default it is disabled to keep everything working as before. And as a > short option "-k" is used to be consistent with lzip, bzip2 and friends. > * doc/gzip.texi: Document "--keep" option. > * gzip.1: Likewise. > * gunzip.in: Lik

Re: [PATCH v6] gzip: add "--keep" option to keep (don't delete) input files

2013-04-13 Thread Jim Meyering
Rodrigo Campos wrote: > On Sun, Mar 31, 2013 at 10:53:31PM -0300, Rodrigo Campos wrote: >> By default it is disabled to keep everything working as before. And as a >> short option "-k" is used to be consistent with lzip, bzip2 and friends. >> * doc/gzip.texi: Document "--keep" option. >> * gzip.1: