On Sun, Dec 09, 2001, Avi Boots wrote about "Unpack/Extract a file": > Hi, > > How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) > > --- cygwin-1.3.6-5-src.tar.bz2 ---
On Linux, just do tar -Ixvf file.tar.bz2 [1] or bzcat file.tar.bz2 | tar xvf - On Windows (seeing that you're trying to compile cygwin), if Winzip doesn't recognize this format, try to download a .tar.gz file instead - Winzip will surely recognize it. [1] If I remember correctly, newer GNU tar switched to -j instead of -I -- Nadav Har'El | Sunday, Dec 9 2001, 24 Kislev 5762 [EMAIL PROTECTED] |----------------------------------------- Phone: +972-53-245868, ICQ 13349191 |The 3 stages of sex: Tri-weekly, try http://nadav.harel.org.il |weekly, try weakly. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]