tar does not like me

Ted Gould plug-discuss@lists.plug.phoenix.az.us
24 Oct 2002 23:30:21 -0700


--=-/8GaN/6vUft7Q6e+3MaF
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2002-10-24 at 18:45, Scott wrote:
> keep in mind that Netscape and/or IE may have tried to "help" you out. =20
> Even though the file has a .gz indicating a gzipped file - it may no=20
> longer be gzipped.

Your next question will probably be: How do I know?  You can use the
shell utility 'file'.  Here is kinda a little test so you can see the
different outputs:

[ted@davinci ted]$ tar -cvzf test.tar.gz splat.svg=20
splat.svg
[ted@davinci ted]$ file test.tar.gz=20
test.tar.gz: gzip compressed data, deflated, last modified: Thu Oct 24
23:27:27 2002, os: Unix
[ted@davinci ted]$ gzip -d test.tar.gz=20
[ted@davinci ted]$ file test.tar=20
test.tar: GNU tar archive
[ted@davinci ted]$

Also, a great GUI tool for dealing with compressed files is File Roller
which is located at: http://fileroller.sourceforge.net/

		Have fun,
			Ted

--=-/8GaN/6vUft7Q6e+3MaF
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEABECAAYFAj245P0ACgkQLE335pRPGp2B0QCfZfzcpbtpO4N43EeZqXEssGac
gcUAoNPd0R+uXrIS7/1EIOYBqHkMlqRP
=5FS4
-----END PGP SIGNATURE-----

--=-/8GaN/6vUft7Q6e+3MaF--