LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tar.bz2??? (https://www.linuxquestions.org/questions/linux-newbie-8/tar-bz2-238090/)

Jmcatch742 10-02-2004 09:55 PM

tar.bz2???
 
How do I untar .tar.bz2 files??

TomaCzar 10-02-2004 10:05 PM

tar -xvvjf *.tar.bz2 should do the trick, if I remember correctly.

siyeclover 10-03-2004 12:00 AM

tar xvjf *.tar.bz2


siyeclover

happen23 10-03-2004 01:00 AM

bzip2 -d *.tar.bz2
tar -x *.tar

SciYro 10-03-2004 08:19 AM

just replace the "z" with "j" in the options you normaly send to tar to untar .tar.gz


All times are GMT -5. The time now is 12:19 AM.