Q. Which command is used to view the contents of a compressed file without extracting it?
β
Correct Answer: (C)
tar -tvf
Explanation: The 'tar -tvf' command is used to view the contents of a compressed file without extracting it.