• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | gzip/gunzip -- compression/decompression
  1. Examples

  1. Examples
    • Compressing a file:

      This will compress the file "file1" and rename it to "file1.gz":
    • Decompressing a file:

      • This will decompress the file "file1.gz" and rename it to "file1":
    • Decompressing a file (gunzip):

      • You can use gunzip to decompress the file "file1.gz" and rename it to "file1":
© 2025  mtitek