Difference between revisions of "Gunzip"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {{gunzip}} Category:Zip")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
  
{{gunzip}}
+
[[gunzip -t]] (test compressed [[file integrity]])
 +
 
 +
 
 +
<pre>
 +
gunzip -h
 +
Usage: gzip [OPTION]... [FILE]...
 +
Compress or uncompress FILEs (by default, compress FILES in-place).
 +
 
 +
Mandatory arguments to long options are mandatory for short options too.
 +
 
 +
  -c, --stdout      write on standard output, keep original files unchanged
 +
  -d, --decompress  decompress
 +
  -f, --force      force overwrite of output file and compress links
 +
  -h, --help        give this help
 +
  -k, --keep        keep (don't delete) input files
 +
  -l, --list        list compressed file contents
 +
  -L, --license    display software license
 +
  -n, --no-name    do not save or restore the original name and timestamp
 +
  -N, --name        save or restore the original name and timestamp
 +
  -q, --quiet      suppress all warnings
 +
  -r, --recursive  operate recursively on directories
 +
      --rsyncable  make rsync-friendly archive
 +
  -S, --suffix=SUF  use suffix SUF on compressed files
 +
      --synchronous synchronous output (safer if system crashes, but slower)
 +
  -t, --test        test compressed file integrity
 +
  -v, --verbose    verbose mode
 +
  -V, --version    display version number
 +
  -1, --fast        compress faster
 +
  -9, --best        compress better
 +
 
 +
With no FILE, or when FILE is -, read standard input.
 +
 
 +
Report bugs to <[email protected]>.
 +
</pre>
 +
 
 +
== See also ==
 +
* {{gunzip}}
 +
* {{data compression}}
  
 
[[Category:Zip]]
 
[[Category:Zip]]

Latest revision as of 15:57, 28 July 2021


gunzip -t (test compressed file integrity)


gunzip -h
Usage: gzip [OPTION]... [FILE]...
Compress or uncompress FILEs (by default, compress FILES in-place).

Mandatory arguments to long options are mandatory for short options too.

  -c, --stdout      write on standard output, keep original files unchanged
  -d, --decompress  decompress
  -f, --force       force overwrite of output file and compress links
  -h, --help        give this help
  -k, --keep        keep (don't delete) input files
  -l, --list        list compressed file contents
  -L, --license     display software license
  -n, --no-name     do not save or restore the original name and timestamp
  -N, --name        save or restore the original name and timestamp
  -q, --quiet       suppress all warnings
  -r, --recursive   operate recursively on directories
      --rsyncable   make rsync-friendly archive
  -S, --suffix=SUF  use suffix SUF on compressed files
      --synchronous synchronous output (safer if system crashes, but slower)
  -t, --test        test compressed file integrity
  -v, --verbose     verbose mode
  -V, --version     display version number
  -1, --fast        compress faster
  -9, --best        compress better

With no FILE, or when FILE is -, read standard input.

Report bugs to <[email protected]>.

See also[edit]

Advertising: