How do I uncompress a file?
-
gunzip/expand
-
gzip
-
zip
-
winzip
A
Correct answer
Explanation
gunzip decompresses gzip archives (.gz files) and expand handles compressed files (.Z format). gzip is for compression, zip creates archives, and winzip doesn't exist on Unix systems. Both gunzip and expand are valid decompression tools.