|
10.
|
|
|
B<unxz> is equivalent to B<xz --decompress>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
B<unxz> est équivalent à B<xz --decompress>.
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
Located in
../src/xz/xz.1:22
|
|
11.
|
|
|
B<xzcat> is equivalent to B<xz --decompress --stdout>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
B<xzcat> est équivalent à B<xz --decompress --stdout>
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
Located in
../src/xz/xz.1:26
|
|
12.
|
|
|
B<lzma> is equivalent to B<xz --format=lzma>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
B<lzma> est équivalent à B<xz --format=lzma>
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
Located in
../src/xz/xz.1:30
|
|
13.
|
|
|
B<unlzma> is equivalent to B<xz --format=lzma --decompress>.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
B<unlzma> est équivalent à B<xz --format=lzma --decompress>
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
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)
|
|
Suggestions: |
|
|
B<lzcat> est équivalent à B<xz --format=lzma --decompress -- stdout>
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
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)
|
|
Suggestions: |
|
|
Lors de l'écriture de scripts qui nécessitent de décompresser des fichiers, il est recommandé de toujours utiliser la commande B<xz> avec les arguments appropriés (B<xz -d> ou B<xz -dc>) au lieu des commandes B<unxz> et B<xzcat>.
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
Located in
../src/xz/xz.1:50
|
|
16.
|
|
|
DESCRIPTION
|
|
|
type: SH
|
|
|
|
(no translation yet)
|
|
Suggestions: |
|
|
DESCRIPTION
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
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)
|
|
Suggestions: |
|
|
B<xz> compresse ou décompresse chaque I<fichier> en fonction du mode d'opération choisi. Si aucun I<fichier> n'est donné ou I<fichier> est B<->, B<xz> lit depuis l'entrée standard et écrit les données traitées sur la sortie standard. B<xz> refusera (affichera une erreur et ignorera le I<fichier>) d'écrire les données compressées sur la sortie standard si c'est un terminal. De même, B<xz> refusera de lire des données compressées depuis l'entrée standard si c'est un terminal.
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
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)
|
|
Suggestions: |
|
|
A moins que B<--sdout> ne soit indiqué, les I<fichiers> autres que B<-> sont écrits dans un nouveau fichier dont le nom est dérivé du nom de I<fichier> source[nbsp] :
|
|
|
French
xz-man in Ubuntu Mantic package "xz-utils"
by
bubu
|
|
|
|
Located in
../src/xz/xz.1:102
|