Lines Matching full:gzip
283 #define HELP_tar "usage: tar -[cxtzhmvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR]\n\nCreate, extract, or list files from a tar file\n\nOperation:\nc Create\nf Name of TARFILE ('-' for stdin/out)\nh Follow symlinks\nm Don't restore mtime\nt List\nv Verbose\nx Extract\nz (De)compress using gzip\nC Change to DIR before operation\nO Extract to stdout\nexclude=FILE File to exclude\nX File with names to exclude\nT File with names to include\n\n"
381 #define HELP_decompress "usage: compress [-zglrcd9] [FILE]\n\nCompress or decompress file (or stdin) using \"deflate\" algorithm.\n\n-c compress with -g gzip (default) -l zlib -r raw -z zip\n-d decompress (autodetects type)\n\n\n"
383 #define HELP_gzip_d "usage: gzip [-d]\n\n-d decompress (act as gunzip)\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"
387 #define HELP_compress "usage: compress [-zgLR19] [FILE]\n\nCompress or decompress file (or stdin) using \"deflate\" algorithm.\n\n-1 min compression\n-9 max compression (default)\n-g gzip (default)\n-L zlib\n-R raw\n-z zip\n\n"