Compress file linux zip

    how to compress a file in unix
    how to zip a file in unix
    how to zip a file in unix with gz
    how to zip a file in unix with .z extension
  • How to compress a file in unix
  • Unzip command in unix with examples

  • Unix command to unzip gz file
  • Compress file linux tar
  • How to compress a file in linux
  • Gzip command in unix
  • Compress file linux tar...

    ZIP command in Linux with examples

    ZIP is a compression and file packaging utility for Unix. Each file is stored in a single .zip {.zip-filename} file with the extension .zip.

    • Zip is used to compress files to reduce file size and is also used as a file package utility.

      Zip is available in many operating systems like Unix, Linux, windows, etc.

    • If you have limited bandwidth between two servers and want to transfer the files faster, then zip the files and transfer them.
    • The zip program puts one or more compressed files into a single zip archive, along with information about the files (name, path, date, time of last modification, protection, and check information to verify file integrity).

      Unzip command in unix

      An entire directory structure can be packed into a zip archive with a single command.

    • Compression ratios of 2:1 to 3:1 is common for text files. zip has one compression method (deflation) and can also store files without compression.

      zip automatically chooses the better of the two for each file to be compressed. The program is useful for packaging a set of files for distribution, archiving fil

        how to zip a file in unix shell script
        how to compress tar file in unix