How to compress/decompress in Linux
Linux has some tools to compress files and extract archives. You can see some of them listed in the tables below. First table has the decompression commands: Decompress CommandInformationgzip -d file.php.gzgunzip file.php.gzExtract archives created with the gzip utility.bzip2 -d file.php.bz2bunzip2…