Description: To unzip (bunzip2) and untar an archive in a single command, the following command works: bzcat mydir.tar.bz2 | tar xvf -
Contact: N/A
Submitter: Nitin Verma