About 906,000 results
Open links in new tab
  1. What is the maximum compression ratio of gzip? - Super User

    And 42.zip, besides not being gzip, requires recursive decompression, which is not a fair comparison. The compression ratio of the first layer is still within normal parameters.

  2. linux - How to uncompress file - Super User

    May 15, 2018 · Rename the file to sample.file.gz and rerun gunzip on the new file. unknown suffix -- ignored Is telling you that it does not understand the .file suffix so it is ignoring the file. As the man …

  3. What can be used to 'gzip' in Windows? - Super User

    Compression ratio is not the main rationale for gzip, the main advantages are: 1. it is the standard of the internet, standard for digital_preservation and for many serious systems (e.g. Apache Hive default); …

  4. compression - Pros and cons of bzip vs gzip? - Super User

    Oct 30, 2010 · I've known gzip for years, recently I saw bzip being used at work. Are they basically equivalent, or are there significant pros and cons to one of them over the other?

  5. How to GZIP all the files or a list of files from some path?

    Jul 11, 2011 · 21 gzip will always compress each file into a single .gz file when given a list of files on its command line. For example $ gzip -r log.2011 to recursively walk the log.2011 directory and …

  6. linux - Why does attempting to extract a tar.gz file returns, “This ...

    The c option for gzip will tell gzip to decompress to the standard output stream. The - at the end of the tar command means “use standard input.” So coupled with the the -c in gzip, the pipe will then take …

  7. How to gzip multiple files into one gz file? - Super User

    Mar 29, 2011 · You'll want to use tar, like so: tar -czvf file.tar.gz cvd*.txt tar puts the files together, while gzip then performs the compression. Quoth the gzip manpage: If you wish to create a single archive …

  8. Between xz, gzip, and bzip2, which compression algorithim is the most ...

    Between xz, gzip, and bzip2, which compression algorithm gives the smallest file size and fastest speed when compressing fairly large tarballs?

  9. gzip - Tell if a .gz file is really gzipped - Super User

    Oct 3, 2012 · What is a nice command-line trick to tell if a .gz file is really gzipped, as opposed to being a non-Gzip file just named that way?

  10. Md5 checksum different after gunzip and gzip - Super User

    Aug 2, 2017 · If you gzip a file (on disk), checksum it, gunzip it, gzip it again, and checksum it again, you'll get matching checksums (or at least, I do). The timestamp is of the original file.