Linux: use "file-roller" (if redhat/fedora) Windows: use "winrar"
On Mon, Dec 8, 2008 at 12:24 AM, mak <[EMAIL PROTECTED]> wrote: > On 06/12/2008, Neelesh Raje <[EMAIL PROTECTED]> wrote: >> >> Dear all, >> >> 1How to extract only one folder and file from tar.gz and tar.bz2 file. > > First of all this is kind of two tier compression. Whatever files do you > have, those were first archived as dot tar, then it was agin zipped with > gzip or bzip2 > > in console / terminal of any linux distro > > $ gunzip yourfile.tar.gz or $bunzip2 yourfile.tar.bz2 > > thus unzipping and you'll have dot tar files and then > > $ tar -xvf yourfile.tar > > Happy linuxing > mak > > [Non-text portions of this message have been removed] > > -- --salahuddin66 salahuddin66.blogspot.com salahuddin66.deviantart.com
