On Thu, Mar 03, 2022 at 01:13:16PM +0100, Solene Rapenne wrote: > The following diff adds support for -k flag to keep the input file for > gzip / compress when compressing, and the input file (the compressed > one) for gunzip / uncompress
what case is not covered by -c > file ?
>
> This will improve uses cases like: zcat -f "${file}" > "${file}.gz"
the result won't be gzip compressed
unclear what you have in mind
