compress
compress [options] filesCompress one or more files, replacing each with the compressed file of the same name with .Z appended. If no file is specified, compress standard input. Each file specified is compressed separately. compress ignores files that are symbolic links. See also the more common commands tar, gzip, and bzip2.
Options
-b maxbitsLimit the maximum number of bits.
-c
Write output to standard output, not to a .Z file.
-d
Decompress instead of compressing. Same as uncompress.
-f
Force generation of an output file even if one already exists.
-r
If any of the specified files is a directory, compress recursively.
-v
Print compression statistics.
-V
Print version and compilation information and then exit.
0 comments:
Post a Comment