I would like to point out a bug that has already been reported last
year [1].
Observed behaviour:
$ echo foo > test
$ gzip --suffix z test
$ ls testz
testz
$ gzip -d --suffix z testz
gzip: testz: unknown suffix -- ignored
Expected behaviour:
$ gzip -d --suffix z testz
$ ls test
test
From the c
Sam Geeraerts wrote:
I've attached a patch
that makes it work for me.
Thanks for re-reporting that. I didn't see a patch in your email, but I
installed one (attached); please give it a try.
From c52abdff05fa197539e162f070e14c0bbeab5e18 Mon Sep 17 00:00:00 2001
From: Paul Eggert
Date: Sun, 10
Thanks for reporting this last year. The bug should be fixed now.
Please see:
http://bugs.gnu.org/18239