Why we use gunzip command in unix?
Score: 4.9/5 (33 votes) gunzip command is used to compress or expand a file or a list of files in Linux. It accepts all the files having extension as .How do you use gunzip in Unix?EXAMPLESExample-1: To Decompress A File Using The "gunzip" Command: $ gunzip myfilename.gz. ... Example-2: Force A File...