|
2.
|
|
|
2022-12-01
|
|
|
type: TH
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:8
|
|
6.
|
|
|
xz, unxz, xzcat, lzma, unlzma, lzcat - Compress or decompress .xz and .lzma files
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:12
|
|
9.
|
|
|
COMMAND ALIASES
|
|
|
type: SH
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:18
|
|
10.
|
|
|
B<unxz> is equivalent to B<xz --decompress>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:22
|
|
11.
|
|
|
B<xzcat> is equivalent to B<xz --decompress --stdout>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:26
|
|
12.
|
|
|
B<lzma> is equivalent to B<xz --format=lzma>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:30
|
|
13.
|
|
|
B<unlzma> is equivalent to B<xz --format=lzma --decompress>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:34
|
|
14.
|
|
|
B<lzcat> is equivalent to B<xz --format=lzma --decompress --stdout>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:38
|
|
15.
|
|
|
When writing scripts that need to decompress files, it is recommended to always use the name B<xz> with appropriate arguments (B<xz -d> or B<xz -dc>) instead of the names B<unxz> and B<xzcat>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:50
|
|
17.
|
|
|
B<xz> is a general-purpose data compression tool with command line syntax similar to B<gzip>(1) and B<bzip2>(1). The native file format is the B<.xz> format, but the legacy B<.lzma> format used by LZMA Utils and raw compressed streams with no container format headers are also supported. In addition, decompression of the B<.lz> format used by B<lzip> is supported.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:70
|