Henning, Brian wrote:
I would like to uncompress a .tar.bz2 file. I know how to uncompress .tar.gzJust as "z" means "use gzip", there is "j" that means "use bzip2".
files with
the command tar xvzf archive.tar.gz. is there are similar command for
.tar.bz2 files?
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
[EMAIL PROTECTED] (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/