October 2001
Intermediate to advanced
1040 pages
22h 50m
English
compress [ –cfv ] [ –b bits ] [ filename... ]uncompress [ –cv ] [ filename... ]zcat [ filename... ]
compress reduces the size of the named files using adaptive Lempel-Ziv coding. Whenever possible, each file is replaced by one with a .Z extension. The ownership modes, access time, and modification time will stay the same. If no files are specified, the standard input is compressed to the standard output.
1 compress -v book
book:Compression:35.07% -- replaced with book.Z
2 ls
book.Z
|
EXPLANATION
|
Read now
Unlock full access