Problem Statement
Which command compresses files using GNU zip?
Explanation
gzip compresses files efficiently to save space.
Use gunzip or gzip -d to decompress them when needed.
Code Solution
SolutionRead Only
gzip largefile.log
Practice Sets
This question appears in the following practice sets: