File compress and uncompress in linux

file compression and uncompression in linux

File compress and uncompress in linux gzip command compresses files. Each single file is compressed into a single file. The compressed file consists of a GNU zip header and deflated data. If given a file as an argument, gzip compresses the file, adds a “.gz” suffix, and deletes the original file.   gzip file Compress file to create file.gz. … Read more