Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 2.5 KB

cix-xz.org

File metadata and controls

58 lines (52 loc) · 2.5 KB

xz

|≣|

AuthorLasse Collin (all…)
Contributor(s)(all…)
Released2008
Sourcexz.git
Man
Homepagexz.web

XZ Utils are an attempt to make LZMA compression easy to use on free (as in freedom) operating systems. This is achieved by providing tools and libraries which are similar to use than the equivalents of the most popular existing compression algorithms.

LZMA is a general purpose compression algorithm designed by Igor Pavlov as part of 7-Zip. It provides high compression ratio while keeping the decompression speed fast.


Index

| CMD     | MAN | DESCRIPTION                                      |
| unxz    | (1) | Compress or decompress .xz and .lzma files       |
| xz      | (1) | Compress or decompress .xz and .lzma files       |
| xzcat   | (1) | Compress or decompress .xz and .lzma files       |
| xzcmp   | (1) | compare compressed files                         |
| xzdec   | (1) | Small .xz and .lzma decompressors                |
| xzdiff  | (1) | compare compressed files                         |
| xzegrep | (1) | search compressed files for a regular expression |
| xzfgrep | (1) | search compressed files for a regular expression |
| xzgrep  | (1) | search compressed files for a regular expression |
| xzless  | (1) | view xz or lzma compressed (text) files          |
| xzmore  | (1) | view xz or lzma compressed (text) files          |

Receipts

xz

xz::examples

xz-200131213333

create a maximized compressed archive with using as much threads as available:

   ~$ xz -9 --extreme --verbose --threads=0 file
   ~$ xz -9evT 0 file