public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* gzip bzip2
@ 2003-02-04 16:48 Henning, Brian
  2003-02-04 16:52 ` Lapo Luchini
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Henning, Brian @ 2003-02-04 16:48 UTC (permalink / raw)
  To: cygwin

I would like to uncompress a .tar.bz2 file. I know how to uncompress .tar.gz
files with
the command tar xvzf archive.tar.gz. is there are similar command for
.tar.bz2 files?

thanks,
b

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gzip bzip2
  2003-02-04 16:48 gzip bzip2 Henning, Brian
@ 2003-02-04 16:52 ` Lapo Luchini
  2003-02-04 17:00 ` Ronald Landheer-Cieslak
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Lapo Luchini @ 2003-02-04 16:52 UTC (permalink / raw)
  To: Henning, Brian; +Cc: cygwin

Henning, Brian wrote:

>I would like to uncompress a .tar.bz2 file. I know how to uncompress .tar.gz
>files with
>the command tar xvzf archive.tar.gz. is there are similar command for
>.tar.bz2 files?
>  
>
Just as "z" means "use gzip", there is "j" that means "use bzip2".
BTW do you nkow that "x" is "extract", "t" is "test" (i.e. print to 
screen every file extracted), "f" is "file" (i.e. following parameters 
is the filename to extract from)
xzvf is not a magic mantra word 0=)

This and other in the almighty "man tar" =)

-- 
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gzip bzip2
  2003-02-04 16:48 gzip bzip2 Henning, Brian
  2003-02-04 16:52 ` Lapo Luchini
@ 2003-02-04 17:00 ` Ronald Landheer-Cieslak
  2003-02-04 17:01 ` Ronald Landheer-Cieslak
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-02-04 17:00 UTC (permalink / raw)
  To: Henning, Brian; +Cc: cygwin

Substitute the "x" with a "j" in your tar command.

This is by no means a Cygwin question, by the way :\

rlc

On Tue, 4 Feb 2003, Henning, Brian wrote:

> I would like to uncompress a .tar.bz2 file. I know how to uncompress .tar.gz
> files with
> the command tar xvzf archive.tar.gz. is there are similar command for
> .tar.bz2 files?
> 
> thanks,
> b
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gzip bzip2
  2003-02-04 16:48 gzip bzip2 Henning, Brian
  2003-02-04 16:52 ` Lapo Luchini
  2003-02-04 17:00 ` Ronald Landheer-Cieslak
@ 2003-02-04 17:01 ` Ronald Landheer-Cieslak
  2003-02-05  2:00   ` Gareth Pearce
  2003-02-04 17:09 ` Corinna Vinschen
       [not found] ` <Pine.LNX.4.44.0302041807120.19899-100000@localhost.localdo main>
  4 siblings, 1 reply; 8+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-02-04 17:01 UTC (permalink / raw)
  To: Henning, Brian; +Cc: cygwin

ignore my previous message: replace the "z" by a "j", not the "x".

The stuff about this not being a Cygwin qeustion remains, though

rlc

NB must be getting tired...

On Tue, 4 Feb 2003, Henning, Brian wrote:

> I would like to uncompress a .tar.bz2 file. I know how to uncompress .tar.gz
> files with
> the command tar xvzf archive.tar.gz. is there are similar command for
> .tar.bz2 files?
> 
> thanks,
> b
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gzip bzip2
  2003-02-04 16:48 gzip bzip2 Henning, Brian
                   ` (2 preceding siblings ...)
  2003-02-04 17:01 ` Ronald Landheer-Cieslak
@ 2003-02-04 17:09 ` Corinna Vinschen
       [not found] ` <Pine.LNX.4.44.0302041807120.19899-100000@localhost.localdo main>
  4 siblings, 0 replies; 8+ messages in thread
From: Corinna Vinschen @ 2003-02-04 17:09 UTC (permalink / raw)
  To: cygwin

On Tue, Feb 04, 2003 at 10:48:18AM -0600, Henning, Brian wrote:
> I would like to uncompress a .tar.bz2 file. I know how to uncompress .tar.gz
> files with
> the command tar xvzf archive.tar.gz. is there are similar command for
> .tar.bz2 files?

Did you ever try "tar --help"?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gzip bzip2
       [not found] ` <Pine.LNX.4.44.0302041807120.19899-100000@localhost.localdo main>
@ 2003-02-04 17:11   ` Randall R Schulz
  2003-02-04 17:26     ` Ronald Landheer-Cieslak
  0 siblings, 1 reply; 8+ messages in thread
From: Randall R Schulz @ 2003-02-04 17:11 UTC (permalink / raw)
  To: cygwin

Ronald,

And your answer is by no means correct.

The "x" is "eXtract" command signifier while the "z" that Brian is 
familiar with is the option signifier for gZip/gunZip compression / 
de-compression. The "j" signifies for Bzip2 compression / de-compression.

Randall Schulz


At 09:07 2003-02-04, Ronald Landheer-Cieslak wrote:
>Substitute the "x" with a "j" in your tar command.
>
>This is by no means a Cygwin question, by the way :\
>
>rlc
>
>On Tue, 4 Feb 2003, Henning, Brian wrote:
>
> > I would like to uncompress a .tar.bz2 file. I know how to 
> uncompress .tar.gz
> > files with the command tar xvzf archive.tar.gz. is there are 
> similar command for
> > .tar.bz2 files?
> >
> > thanks,
> > b


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gzip bzip2
  2003-02-04 17:11   ` Randall R Schulz
@ 2003-02-04 17:26     ` Ronald Landheer-Cieslak
  0 siblings, 0 replies; 8+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-02-04 17:26 UTC (permalink / raw)
  To: Randall R Schulz; +Cc: cygwin

On Tue, 4 Feb 2003, Randall R Schulz wrote:
> And your answer is by no means correct.
... which is why I corrected myself immediatly and said "ignore my 
previous message"

Thanx for pointing it out anyway ;)

rlc



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: gzip bzip2
  2003-02-04 17:01 ` Ronald Landheer-Cieslak
@ 2003-02-05  2:00   ` Gareth Pearce
  0 siblings, 0 replies; 8+ messages in thread
From: Gareth Pearce @ 2003-02-05  2:00 UTC (permalink / raw)
  To: cygwin


----- Original Message -----
From: "Ronald Landheer-Cieslak" <ronald@landheer.com>
To: "Henning, Brian" <brian.henning@navitaire.com>
Cc: <cygwin@cygwin.com>
Sent: Wednesday, February 05, 2003 4:09 AM
Subject: Re: gzip bzip2


> ignore my previous message: replace the "z" by a "j", not the "x".
>
> The stuff about this not being a Cygwin qeustion remains, though

While we are 'off-topic' - thought I might note that the j flag isn't
'standard' - but does happen to work on most recent copys of tar which get
distributed since bz2 is popular.  I keep wondering where the flags gone on
my dec alpha, then i remember i forgot to find and apply the patch when i
compiled tar.

>
> rlc
>
> NB must be getting tired...
>
> On Tue, 4 Feb 2003, Henning, Brian wrote:
>
> > I would like to uncompress a .tar.bz2 file. I know how to uncompress
.tar.gz
> > files with
> > the command tar xvzf archive.tar.gz. is there are similar command for
> > .tar.bz2 files?
> >
> > thanks,
> > b
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting:         http://cygwin.com/bugs.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-02-05  2:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-04 16:48 gzip bzip2 Henning, Brian
2003-02-04 16:52 ` Lapo Luchini
2003-02-04 17:00 ` Ronald Landheer-Cieslak
2003-02-04 17:01 ` Ronald Landheer-Cieslak
2003-02-05  2:00   ` Gareth Pearce
2003-02-04 17:09 ` Corinna Vinschen
     [not found] ` <Pine.LNX.4.44.0302041807120.19899-100000@localhost.localdo main>
2003-02-04 17:11   ` Randall R Schulz
2003-02-04 17:26     ` Ronald Landheer-Cieslak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).