Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 23:17:08 -0500 (EST)
From:      "reel@felixantoine.com" <reel@FELIXANTOINE.COM>
To:        Phat Pham <jb_pham@yahoo.com>
Cc:        <freebsd-doc@FreeBSD.ORG>
Subject:   Re: need help on "tar" files compression
Message-ID:  <Pine.BSF.4.31.0101302314040.619-100000@idemnia.ath.cx>
In-Reply-To: <20010131041035.57717.qmail@web9614.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

First of all, you should "man tar".

Then, i can help you out a bit.

To uncompress some .tar files, just use:
   tar -xf file.tar
To uncompress some .tar.gz or .tgz files, use:
   tar -zxf file.tar.gz(.tgz)
To compress into .tar files, use:
   tar -cf newfile.tar [files-or-directory]
To compress into .tar.gz files, use:
   tar -zcf newfile.tar.gz [files-or-directory]

Just change this for your purpose.

By the way, this is a question that might be directed to questions@ not to
docs@.

Have a nice day.

On Tue, 30 Jan 2001, Phat Pham wrote:

> Hi,
>
> Do you have any instruction to help for the following
> topic:
>   - How to use "tar" (in general uses)
>   - How to compression the kernel system (kernel only)
>   - How to compression entire filesystem
>
> Any help is appreciated.
>
> Thanks,
>
>
> Phat Pham.
>
> __________________________________________________
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-doc" in the body of the message
>

. . . . . . . . . . . . . . . . . . . . . . . . . . . .  .
.   Felix-Antoine Paradis    .  cell:    1-418-261-0865  .
.  IRC:       reel @ DALnet  .  job:    Idemnia Network  .
.  Email: reel@sympatico.ca  .  *** www.FreeBSD.org ***  .
. . . . . . . . . . . . . . . . . . . . . . . . . . . .  .
."The power of man has grown in every sphere, except     .
. over himself"                                          .
.                                --Sir Winston Churchill .
. . . . . . . . . . . . . . . . . . . . . . . . . . . .  .



-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.1i

iQA/AwUBOneRzTBxB4d7OtLFEQIbxACg25PR2rxdFqfgs753SZwGGheoDRkAniiW
l0EupSGUjQNjCJnD/7yKbHJQ
=lOzy
-----END PGP SIGNATURE-----




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0101302314040.619-100000>