Re: gunzip svgz

* Jonathan Chetwynd wrote:
>gunzip svgz
>
>how is it possible to gunzip svgz files?
>and this one in particular...
>
>a colleague downloaded this file:
>http://www.peepo.co.uk/icon-ark/vegetable.svgz
>and now wishes to unzip it.

Perhaps because the file name extension is not recognized? This works:

  % wget http://www.peepo.co.uk/icon-ark/vegetable.svgz
  % file -i vegetable.svgz
  vegetable.svgz: application/x-gzip
  
  % gzip -dS svgz vegetable.svgz
  % file vegetable
  vegetable: XML

On my system anyway.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 12 May 2008 20:31:43 UTC