compress.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 43 行
1
43 行
.TH COMPRESS 1.SH NAMEcompress, uncompress, zcat \- compress a file using modified Lempel-Ziv coding.SH SYNOPSIS\fBcompress\fR [\fB\-cdfv\fR]\fR [\fIfile\fR] ...\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-c" "Put output on \fIstdout\fR instead of on \fIfile.Z\fR".FL "\-d" "Decompress instead of compress".FL "\-f" "Force output even if there is no saving".FL "\-v" "Verbose mode".SH EXAMPLES.EX "compress <infile >outfile" "Compress 1 file".EX "compress x y z" "Compress 3 files to \fIx.Z\fR, \fIy.Z\fR, and \fIz.Z\fR".EX "compress \-d file.Z" "Decompress \fIfile.Z\fR to \fIfile\fR".SH DESCRIPTION.PPThe listed files (or \fIstdin\fR, if none are given) are compressedusing the Ziv-Lempel algorithm. If the output is smaller than the input,the output is put on \fIfile.Z\fR or \fIstdout\fR if no files are listed. If \fIcompress\fR is linked to \fIuncompress\fR, the latter is the same as giving the \fB\-d\fP flag.Similarly, a link to \fIzcat\fR decompresses to \fIstdout\fR.The\s-2MINIX\s+2version of \fIcompress\fR uses 13-bit compression.This means that when compressing files on other systems for transmission to\s-2MINIX\s+2,be sure that only 13-bit compression is used.On many systems, the default is 16-bit (too big)..SH "SEE ALSO".BR tar (1).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?