|
11.
|
|
|
B<xzcat> is equivalent to B<xz --decompress --stdout>.
|
|
|
type: Plain text
|
|
|
|
B<xzcat> is equivalent to B<xz --decompress --stdout>.
|
|
Translated and reviewed by
JL
|
|
|
|
Located in
../src/xz/xz.1:26
|
|
12.
|
|
|
B<lzma> is equivalent to B<xz --format=lzma>.
|
|
|
type: Plain text
|
|
|
|
B<lzma> is equivalent to B<xz --format=lzma>.
|
|
Translated and reviewed by
JL
|
|
|
|
Located in
../src/xz/xz.1:30
|
|
13.
|
|
|
B<unlzma> is equivalent to B<xz --format=lzma --decompress>.
|
|
|
type: Plain text
|
|
|
|
B<unlzma> is equivalent to B<xz --format=lzma --decompress>.
|
|
Translated and reviewed by
JL
|
|
|
|
Located in
../src/xz/xz.1:34
|
|
14.
|
|
|
B<lzcat> is equivalent to B<xz --format=lzma --decompress --stdout>.
|
|
|
type: Plain text
|
|
|
|
B<lzcat> is equivalent to B<xz --format=lzma --decompress --stdout>.
|
|
Translated and reviewed by
JL
|
|
|
|
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
|
|
16.
|
|
|
DESCRIPTION
|
|
|
type: SH
|
|
|
|
DESCRIÇÃO
|
|
Translated and reviewed by
JL
|
|
|
|
Located in
../src/xz/xz.1:51 ../src/xzdec/xzdec.1:18 ../src/lzmainfo/lzmainfo.1:15
../src/scripts/xzdiff.1:24 ../src/scripts/xzgrep.1:33
../src/scripts/xzless.1:19 ../src/scripts/xzmore.1:16
|
|
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
|
|
18.
|
|
|
B<xz> compresses or decompresses each I<file> according to the selected operation mode. If no I<files> are given or I<file> is B<->, B<xz> reads from standard input and writes the processed data to standard output. B<xz> will refuse (display an error and skip the I<file>) to write compressed data to standard output if it is a terminal. Similarly, B<xz> will refuse to read compressed data from standard input if it is a terminal.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:92
|
|
19.
|
|
|
Unless B<--stdout> is specified, I<files> other than B<-> are written to a new file whose name is derived from the source I<file> name:
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:102
|
|
20.
|
|
|
\(bu
|
|
|
type: IP
|
|
|
|
\(bu
|
|
Translated and reviewed by
JL
|
|
|
|
Located in
../src/xz/xz.1:102 ../src/xz/xz.1:108 ../src/xz/xz.1:133 ../src/xz/xz.1:138
../src/xz/xz.1:141 ../src/xz/xz.1:144 ../src/xz/xz.1:160 ../src/xz/xz.1:421
../src/xz/xz.1:424 ../src/xz/xz.1:431 ../src/xz/xz.1:676 ../src/xz/xz.1:678
../src/xz/xz.1:777 ../src/xz/xz.1:788 ../src/xz/xz.1:797 ../src/xz/xz.1:805
../src/xz/xz.1:1033 ../src/xz/xz.1:1042 ../src/xz/xz.1:1054
../src/xz/xz.1:1729 ../src/xz/xz.1:1735 ../src/xz/xz.1:1853
../src/xz/xz.1:1857 ../src/xz/xz.1:1860 ../src/xz/xz.1:1863
../src/xz/xz.1:1867 ../src/xz/xz.1:1874 ../src/xz/xz.1:1876
|