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]
