how to uncompress .bz2 archives

Bill Mueller yellowdog-general@lists.terrasoftsolutions.com
Fri Sep 13 11:38:01 2002


> > This may sound like a stupid question but I cannot figure out how to
> > decompress any files with the .bz2 extension.

try:

    bash> bzip2 -cd <filename> | tar xf -

-Bill