Re: gzip means tar.gz?

Hi all,

On Tue, 7 Nov 2017 at 07:50, Ivan Herman <ivan@w3.org> wrote:

>
> > On 6 Nov 2017, at 18:13, toshiaki koike <koike@voyager.co.jp> wrote:
> >
> > Hi, all.
> >
> > I'd like to confirm with one of today's topics.
> >
> > > ZIP vs. gzip
> >
> > Does "gzip" means "tar.gz" ( tar + gzip)?
>
> Strictly speaking, no. Gzip is a compression program, and tar is
> separated. But yes, I the context of the conversation during the
> discussion, tar.gz was really meant..



Gzip is often used for transmission compression of individual files. Tar
would only be needed if you also wanted to create a package format.

>
>
> Ivan
>
>
> >
> > I recognize just a gzip cannot compress sub-directories recursive.
> >
> > Then use tar + gzip ($ tar -zcvf compressFileName.tar.gz
> folderToCompress).
> >
> >
> >
> https://unix.stackexchange.com/questions/93139/can-i-zip-an-entire-folder-using-gzip
> >
> > --
> > -------------------------------------------------
> > 株式会社ボイジャー 小池利明
> > koike@voyager.co.jp
> > Toshiaki Koike  Voyager Japan, Inc.
> > -------------------------------------------------
> >
> >
>
>
> ----
> Ivan Herman, W3C
> Publishing@W3C Technical Lead
> Home: http://www.w3.org/People/Ivan/
> mobile: +31-641044153
> ORCID ID: http://orcid.org/0000-0003-0782-2704
>
> --
Regards,
Dave

Received on Tuesday, 7 November 2017 15:53:41 UTC