Jim has a compressed text file named saved.zip
Jim used the following command to create the file:
zip -r saved plants
adding: plants (deflated 94%)
Jim wants to list the contents of the plants file, but not extract it. Which command will NOT list the
contents of the file plants?
A.
gunzip -c saved.zip
B.
gzcat saved.zip
C.
unzip -c saved.zip
D.
unzip -l saved.zip
Explanation: