Multiple choice technology programming languages

How do I uncompress a file?

  1. gunzip/expand

  2. gzip

  3. zip

  4. winzip

Reveal answer Fill a bubble to check yourself
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.