On Thu, 03 Mar 2022 13:13:16 +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
>
> This will improve uses cases like: zcat -f "${file}" > "${file}.gz"I think this makes sense if only for better GNU gzip compatibility. OK millert@ - todd
