-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 sorry, I sent it to support, then saw there's an address for bug reports.
- -------- Original Message -------- Subject: -d -S does not work when extension does not start with dot Date: Tue, 09 Jul 2013 18:44:41 +0200 From: Mario Frasca <ma...@anche.no> To: supp...@gzip.org funny behaviour, found while playing with svgz files (gzip compressed svg files, used by aisleriot among others). this is fine: mario@rune:/tmp$ gzip -S.z test.svg mario@rune:/tmp$ gzip -d -S.z test.svg.z mario@rune:/tmp$ this isn't: mario@rune:/tmp$ gzip -Sz test.svg mario@rune:/tmp$ gzip -d -Sz test.svgz gzip: test.svgz: unknown suffix -- ignored mario@rune:/tmp$ to uncompress the test.svgz file I must either rename it or go through pipes: mario@rune:/tmp$ cat test.svgz | gzip -d -f > test.svg mario@rune:/tmp$ friendly regards, MF -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlHcRScACgkQh1CCYC//Am582QCggtJE1SZdu4DXPHrEAwEA4+bb +FwAoJpwXKsH+NEZ9OxinnmW3x4zElge =rxny -----END PGP SIGNATURE-----