bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: -d -S does not work when extension does not start with dot


From: Mario Frasca
Subject: Fwd: -d -S does not work when extension does not start with dot
Date: Tue, 09 Jul 2013 19:15:19 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

-----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 <address@hidden>
To: address@hidden

funny behaviour, found while playing with svgz files (gzip compressed
svg files, used by aisleriot among others).

this is fine:
    address@hidden:/tmp$ gzip -S.z test.svg
    address@hidden:/tmp$ gzip -d -S.z test.svg.z
    address@hidden:/tmp$

this isn't:
    address@hidden:/tmp$ gzip -Sz test.svg
    address@hidden:/tmp$ gzip -d -Sz test.svgz
    gzip: test.svgz: unknown suffix -- ignored
    address@hidden:/tmp$

to uncompress the test.svgz file I must either rename it or go through
pipes:

    address@hidden:/tmp$ cat test.svgz | gzip -d -f > test.svg
    address@hidden:/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-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]