What single command (no options or arguments) can be used to fully extract a file called abc.tar.bz2?
A.
gzip
B.
gunzip
C.
tar
D.
bz2unzip
Explanation:
gzip and gunzip work with *.gz files, and there is no bz2unzip command, leaving only tar as he right answer.