Compress and Decompress Files using gzip command
The gzip command is a well known and simplest way to compress and decompress files within Linux system. When you using “gzip” command to compress files, the files get smaller than its actual size. The “gzip”…