Difference between revisions of "Gzip --help"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{gzip}} * {{xz}} Category:compression") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | <pre> | ||
+ | gzip --help | ||
+ | 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 | ||
+ | -l, --list list compressed file contents | ||
+ | -L, --license display software license | ||
+ | -n, --no-name do not save or restore the original name and time stamp | ||
+ | -N, --name save or restore the original name and time stamp | ||
+ | -q, --quiet suppress all warnings | ||
+ | -r, --recursive operate recursively on directories | ||
+ | -S, --suffix=SUF use suffix SUF on compressed files | ||
+ | -t, --test test compressed file integrity | ||
+ | -v, --verbose verbose mode | ||
+ | -V, --version display version number | ||
+ | -1, --fast compress faster | ||
+ | -9, --best compress better | ||
+ | --rsyncable Make rsync-friendly archive | ||
+ | |||
+ | With no FILE, or when FILE is -, read standard input. | ||
+ | |||
+ | Report bugs to <[email protected]>. | ||
+ | </pre> | ||
Latest revision as of 13:38, 3 May 2023
gzip --help 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 -l, --list list compressed file contents -L, --license display software license -n, --no-name do not save or restore the original name and time stamp -N, --name save or restore the original name and time stamp -q, --quiet suppress all warnings -r, --recursive operate recursively on directories -S, --suffix=SUF use suffix SUF on compressed files -t, --test test compressed file integrity -v, --verbose verbose mode -V, --version display version number -1, --fast compress faster -9, --best compress better --rsyncable Make rsync-friendly archive With no FILE, or when FILE is -, read standard input. Report bugs to <[email protected]>.
See also[edit]
Advertising: