Greetings All,

>untar and unzip a .tgz .tar.gz or something similar:
>
>tar xfz <file.tar.gz>
>
>x means xtract, f means file, z means pass through gzip to decompress
>
>to create a .tar.gz file:
>tar cfz <file.tgz> <files to compress and tar>

Note: on some versions of tar the order of the parameters is important.
I.e. the 'f' parameter (for file) needs to be followed by the actual file
name (example tar xzf <file.tar.gz> and tar czf <file.tgz>).

Also the file extensions .tar.gz and .tgz are used interchangably.

  /\-/\   Dean Ridgway               |  Two roads diverged in a wood, and I-
 ( - - )  InterNet [EMAIL PROTECTED]  |  I took the one less traveled by,
 =\_v_/=  FidoNet 1:357/1.103        |  And that has made all the difference.
          CIS 73225,512              |     "The Road Not Taken" - Robert Frost.
http://www.peak.org/~ridgwad/
PGP mail encouraged, finger for key: 28C577F3 2A5655AFD792B0FB 9BA31E6AB4683126

Reply via email to