Which single command will extract data from the file abc.tar.bz2
A.
bunzip2
B.
tar
C.
gzip
D.
gunzip
Explanation:
From the man pages:
tar — The GNU version of the tar archiving utility
-j, –bzip2 extract bz2 file
——————————
if you use bunzip2 you are still left with the tar-archive.