|
39.
|
|
|
It is possible to concatenate B<.xz> files as is. B<xz> will decompress such files as if they were a single B<.xz> file.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:286
|
|
40.
|
|
|
It is possible to insert padding between the concatenated parts or after the last part. The padding must consist of null bytes and the size of the padding must be a multiple of four bytes. This can be useful e.g. if the B<.xz> file is stored on a medium that measures file sizes in 512-byte blocks.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:283
|
|
41.
|
|
|
Concatenation and padding are not allowed with B<.lzma> files or raw streams.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:299
|
|
42.
|
|
|
OPTIONS
|
|
|
type: SH
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:300 ../src/xzdec/xzdec.1:61
|
|
43.
|
|
|
Integer suffixes and special values
|
|
|
type: SS
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:302
|
|
44.
|
|
|
In most places where an integer argument is expected, an optional suffix is supported to easily indicate large integers. There must be no space between the integer and the suffix.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:306
|
|
45.
|
|
|
B<KiB>
|
|
|
type: TP
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:306
|
|
46.
|
|
|
Multiply the integer by 1,024 (2^10). B<Ki>, B<k>, B<kB>, B<K>, and B<KB> are accepted as synonyms for B<KiB>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:317
|
|
47.
|
|
|
B<MiB>
|
|
|
type: TP
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:317
|
|
48.
|
|
|
Multiply the integer by 1,048,576 (2^20). B<Mi>, B<m>, B<M>, and B<MB> are accepted as synonyms for B<MiB>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../src/xz/xz.1:327
|