Re: extract file *.tar.bz2

2003-08-14 Thread Andre ten Bohmer
> guys, i have file : abc.tar.bz2 > > how to extract this file...? > ( i have try gunzip, tar -zxvf, but its doesn't work) tar -xyvf Cheers, Andre -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: extract file *.tar.bz2

2003-08-14 Thread Michael Gargiullo
Hope someone has replied to you already, but just in case: bunzip2 filename.tar.bz2 You will be left with just a tarball. On Tue, 2003-08-12 at 19:57, Achmad Mardiansyah wrote: > guys, i have file : abc.tar.bz2 > > how to extract this file...? > ( i have try gunzip, tar -zxvf, but its doesn't

Re: extract file *.tar.bz2

2003-08-14 Thread Ben Hall
Or you can do it all at once with: tar -jxvf /path/to/file.tar.bz2 On Thu, 2003-08-14 at 10:37, Michael Gargiullo wrote: > Hope someone has replied to you already, but just in case: > > bunzip2 filename.tar.bz2 > > You will be left with just a tarball. -- redhat-list mailing list unsubscrib

Re: extract file *.tar.bz2

2003-08-14 Thread Anth Courtney
On Tue, 12 Aug 2003, Achmad Mardiansyah wrote: > guys, i have file : abc.tar.bz2 use bunzip2 to decompress it to abc.tar, then use tar to extract the files from the tar file. -- anth "sanchez" courtney - sysadmin - pnc - [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAI

Re: extract file *.tar.bz2

2003-08-14 Thread Michael Gargiullo
Ah the j flag... excellent! On Thu, 2003-08-14 at 10:40, Ben Hall wrote: > Or you can do it all at once with: > > tar -jxvf /path/to/file.tar.bz2 > -- Unix is easy, just memorize 5000 commands. Michael Gargiullo <[EMAIL PROTECTED]> Warp Drive Networks -- redhat-list mailing list unsubscri

Re: extract file *.tar.bz2

2003-08-14 Thread Andre ten Bohmer
> > guys, i have file : abc.tar.bz2 > > > > how to extract this file...? > > ( i have try gunzip, tar -zxvf, but its doesn't work) > tar -xyvf Oops a brain-fart, should be tar -xjvf Cheers, Andre -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailm

Re: extract file *.tar.bz2

2003-08-14 Thread Florence Berbain
Achmad Mardiansyah wrote: > > guys, i have file : abc.tar.bz2 > > how to extract this file...? > ( i have try gunzip, tar -zxvf, but its doesn't work) > > thx b4 > > -- > redhat-list mailing list > unsubscribe mailto:[EMAIL PROTECTED] > https://www.redhat.com/mailman/listinfo/redhat-list tar x

extract file *.tar.bz2

2003-08-14 Thread Achmad Mardiansyah
guys, i have file : abc.tar.bz2 how to extract this file...? ( i have try gunzip, tar -zxvf, but its doesn't work) thx b4 -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list