|
7.
|
|
|
SYNOPSIS
|
|
|
type: SH
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:13 ../src/xzdec/xzdec.1:10 ../src/lzmainfo/lzmainfo.1:10
../src/scripts/xzdiff.1:12 ../src/scripts/xzgrep.1:12
../src/scripts/xzless.1:13 ../src/scripts/xzmore.1:10
|
|
8.
|
|
|
B<xz> [I<option...>] [I<file...>]
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:17
|
|
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
|
|
16.
|
|
|
DESCRIPTION
|
|
|
type: SH
|
|
|
|
(no translation yet)
|
|
|
|
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
|