InterviewSolution
Saved Bookmarks
| 1. |
We can provide original filenames without .gz extension while checking compression ratio using gzip– l?(a) True(b) FalseI had been asked this question in final exam.The query is from Compressing and Archiving Files topic in section Handling Ordinary Files of Unix |
|
Answer» CORRECT answer is (a) True The EXPLANATION is: Specifying the .gz extension is an optional FEATURE which may be neglected. The command will work properly even WITHOUT the extension. |
|