Home | History | Annotate | Download | only in generated

Lines Matching full:compressed

377 #define HELP_gunzip "usage: gunzip [-cflqStv] [FILE...]\n\nDecompess (deflate) file(s). With no files, compress stdin to stdout.\n\nOn successful decompression, compressed files are replaced with the\nuncompressed version. The input file is removed and replaced with\na new file without the .gz extension (with same ownership/permissions).\n\n-c	cat to stdout (act as zcat)\n-f	force (output file exists, input is tty, unrecognized extension)\n-l	list compressed/uncompressed/ratio/name for each input file.\n-q	quiet (no warnings)\n-S	specify exension (default .*)\n-t	test compressed file(s)\n-v	verbose (like -l, but decompress files)\n\n"
385 #define HELP_gzip "usage: gzip [-19cfqStvzgLR] [FILE...]\n\nCompess (deflate) file(s). With no files, compress stdin to stdout.\n\nOn successful decompression, compressed files are replaced with the\nuncompressed version. The input file is removed and replaced with\na new file without the .gz extension (with same ownership/permissions).\n\n-1 Minimal compression (fastest)\n-9 Max compression (default)\n-c cat to stdout (act as zcat)\n-f force (if output file exists, input is tty, unrecognized extension)\n-q quiet (no warnings)\n-S specify exension (default .*)\n-t test compressed file(s)\n-v verbose (like -l, but compress files)\n\nCompression type:\n-g gzip (default) -L zlib -R raw -z zip\n\n"