Extract a bzipped tar file
Answer:
Normally tar is combined with gzip as the most common usage, however, sometimes people use bzip2 instead for maximum compression rate. File in such format usually have the file name like: program.tar.bz2
To extract it using a single command:
# tar -jxvf program.tar.bz2
The key is the argument - j