Cheatsheet & Examples: gzip
I need a cheatsheet for the gzip command.
Compress a file
Example Usage:
gzip file.txt
What it does:
Compresses the specified file using the gzip algorithm, replacing the original file with a compressed version. The compressed file will have the .gz ...
tech.mrleong.net3 min read