InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used for decompressing files?(a) GZIP(b) gunzip(c) uncmp(d) cmpThis question was addressed to me during an online interview.This question is from Compressing and Archiving Files topic in section Handling Ordinary Files of Unix |
|
Answer» RIGHT choice is (B) gunzip Easiest EXPLANATION: To restore our original and uncompressed file we can use gunzip with FILENAME as an ARGUMENT. |
|