<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fxz</id>
	<title>Comandos de la terminal/xz - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fxz"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/xz&amp;action=history"/>
	<updated>2026-05-08T13:09:02Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/xz&amp;diff=6273&amp;oldid=prev</id>
		<title>Rrc en 23:10 2 oct 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/xz&amp;diff=6273&amp;oldid=prev"/>
		<updated>2014-10-02T23:10:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#xz | xz]]&lt;br /&gt;
&lt;br /&gt;
== xz ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz --help&lt;br /&gt;
Usage: xz [OPTION]... [FILE]...&lt;br /&gt;
Compress or decompress FILEs in the .xz format.&lt;br /&gt;
&lt;br /&gt;
  -z, --compress      force compression&lt;br /&gt;
  -d, --decompress    force decompression&lt;br /&gt;
  -t, --test          test compressed file integrity&lt;br /&gt;
  -l, --list          list information about .xz files&lt;br /&gt;
  -k, --keep          keep (don&amp;#039;t delete) input files&lt;br /&gt;
  -f, --force         force overwrite of output file and (de)compress links&lt;br /&gt;
  -c, --stdout        write to standard output and don&amp;#039;t delete input files&lt;br /&gt;
  -0 ... -9           compression preset; default is 6; take compressor *and*&lt;br /&gt;
                      decompressor memory usage into account before using 7-9!&lt;br /&gt;
  -e, --extreme       try to improve compression ratio by using more CPU time;&lt;br /&gt;
                      does not affect decompressor memory requirements&lt;br /&gt;
  -q, --quiet         suppress warnings; specify twice to suppress errors too&lt;br /&gt;
  -v, --verbose       be verbose; specify twice for even more verbose&lt;br /&gt;
  -h, --help          display this short help and exit&lt;br /&gt;
  -H, --long-help     display the long help (lists also the advanced options)&lt;br /&gt;
  -V, --version       display the version number and exit&lt;br /&gt;
&lt;br /&gt;
With no FILE, or when FILE is -, read standard input.&lt;br /&gt;
&lt;br /&gt;
Report bugs to &amp;lt;lasse.collin@tukaani.org&amp;gt; (in English or Finnish).&lt;br /&gt;
XZ Utils home page: &amp;lt;http://tukaani.org/xz/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ xz -H&lt;br /&gt;
Usage: xz [OPTION]... [FILE]...&lt;br /&gt;
Compress or decompress FILEs in the .xz format.&lt;br /&gt;
&lt;br /&gt;
Mandatory arguments to long options are mandatory for short options too.&lt;br /&gt;
&lt;br /&gt;
 Operation mode:&lt;br /&gt;
&lt;br /&gt;
  -z, --compress      force compression&lt;br /&gt;
  -d, --decompress    force decompression&lt;br /&gt;
  -t, --test          test compressed file integrity&lt;br /&gt;
  -l, --list          list information about .xz files&lt;br /&gt;
&lt;br /&gt;
 Operation modifiers:&lt;br /&gt;
&lt;br /&gt;
  -k, --keep          keep (don&amp;#039;t delete) input files&lt;br /&gt;
  -f, --force         force overwrite of output file and (de)compress links&lt;br /&gt;
  -c, --stdout        write to standard output and don&amp;#039;t delete input files&lt;br /&gt;
      --single-stream decompress only the first stream, and silently&lt;br /&gt;
                      ignore possible remaining input data&lt;br /&gt;
      --no-sparse     do not create sparse files when decompressing&lt;br /&gt;
  -S, --suffix=.SUF   use the suffix `.SUF&amp;#039; on compressed files&lt;br /&gt;
      --files[=FILE]  read filenames to process from FILE; if FILE is&lt;br /&gt;
                      omitted, filenames are read from the standard input;&lt;br /&gt;
                      filenames must be terminated with the newline character&lt;br /&gt;
      --files0[=FILE] like --files but use the null character as terminator&lt;br /&gt;
&lt;br /&gt;
 Basic file format and compression options:&lt;br /&gt;
&lt;br /&gt;
  -F, --format=FMT    file format to encode or decode; possible values are&lt;br /&gt;
                      `auto&amp;#039; (default), `xz&amp;#039;, `lzma&amp;#039;, and `raw&amp;#039;&lt;br /&gt;
  -C, --check=CHECK   integrity check type: `none&amp;#039; (use with caution),&lt;br /&gt;
                      `crc32&amp;#039;, `crc64&amp;#039; (default), or `sha256&amp;#039;&lt;br /&gt;
  -0 ... -9           compression preset; default is 6; take compressor *and*&lt;br /&gt;
                      decompressor memory usage into account before using 7-9!&lt;br /&gt;
  -e, --extreme       try to improve compression ratio by using more CPU time;&lt;br /&gt;
                      does not affect decompressor memory requirements&lt;br /&gt;
      --block-size=SIZE&lt;br /&gt;
                      when compressing to the .xz format, start a new block&lt;br /&gt;
                      after every SIZE bytes of input; 0=disabled (default)&lt;br /&gt;
      --block-list=SIZES&lt;br /&gt;
                      when compressing to the .xz format, start a new block&lt;br /&gt;
                      after the given intervals of uncompressed data&lt;br /&gt;
      --memlimit-compress=LIMIT&lt;br /&gt;
      --memlimit-decompress=LIMIT&lt;br /&gt;
  -M, --memlimit=LIMIT&lt;br /&gt;
                      set memory usage limit for compression, decompression,&lt;br /&gt;
                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults&lt;br /&gt;
      --no-adjust     if compression settings exceed the memory usage limit,&lt;br /&gt;
                      give an error instead of adjusting the settings downwards&lt;br /&gt;
&lt;br /&gt;
 Custom filter chain for compression (alternative for using presets):&lt;br /&gt;
&lt;br /&gt;
  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero or&lt;br /&gt;
  --lzma2[=OPTS]      more of the following options (valid values; default):&lt;br /&gt;
                        preset=PRE reset options to a preset (0-9[e])&lt;br /&gt;
                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)&lt;br /&gt;
                        lc=NUM     number of literal context bits (0-4; 3)&lt;br /&gt;
                        lp=NUM     number of literal position bits (0-4; 0)&lt;br /&gt;
                        pb=NUM     number of position bits (0-4; 2)&lt;br /&gt;
                        mode=MODE  compression mode (fast, normal; normal)&lt;br /&gt;
                        nice=NUM   nice length of a match (2-273; 64)&lt;br /&gt;
                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; bt4)&lt;br /&gt;
                        depth=NUM  maximum search depth; 0=automatic (default)&lt;br /&gt;
&lt;br /&gt;
  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)&lt;br /&gt;
  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)&lt;br /&gt;
  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter&lt;br /&gt;
  --arm[=OPTS]        ARM BCJ filter (little endian only)&lt;br /&gt;
  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)&lt;br /&gt;
  --sparc[=OPTS]      SPARC BCJ filter&lt;br /&gt;
                      Valid OPTS for all BCJ filters:&lt;br /&gt;
                        start=NUM  start offset for conversions (default=0)&lt;br /&gt;
&lt;br /&gt;
  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):&lt;br /&gt;
                        dist=NUM   distance between bytes being subtracted&lt;br /&gt;
                                   from each other (1-256; 1)&lt;br /&gt;
&lt;br /&gt;
 Other options:&lt;br /&gt;
&lt;br /&gt;
  -q, --quiet         suppress warnings; specify twice to suppress errors too&lt;br /&gt;
  -v, --verbose       be verbose; specify twice for even more verbose&lt;br /&gt;
  -Q, --no-warn       make warnings not affect the exit status&lt;br /&gt;
      --robot         use machine-parsable messages (useful for scripts)&lt;br /&gt;
&lt;br /&gt;
      --info-memory   display the total amount of RAM and the currently active&lt;br /&gt;
                      memory usage limits, and exit&lt;br /&gt;
  -h, --help          display the short help (lists only the basic options)&lt;br /&gt;
  -H, --long-help     display this long help and exit&lt;br /&gt;
  -V, --version       display the version number and exit&lt;br /&gt;
&lt;br /&gt;
With no FILE, or when FILE is -, read standard input.&lt;br /&gt;
&lt;br /&gt;
Report bugs to &amp;lt;lasse.collin@tukaani.org&amp;gt; (in English or Finnish).&lt;br /&gt;
XZ Utils home page: &amp;lt;http://tukaani.org/xz/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -V&lt;br /&gt;
xz (XZ Utils) 5.1.2alpha&lt;br /&gt;
liblzma 5.1.2alpha&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ su -c &amp;quot;rpm -qf $( which xz )&amp;quot;&lt;br /&gt;
Password: &lt;br /&gt;
xz-5.1.2-0.alpha.4.mga4&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -al Uniq*&lt;br /&gt;
-rw------- 1 rrc rrc 48 Jan  2  2014 UniqEjemplo&lt;br /&gt;
-rw------- 1 rrc rrc 54 Apr  1  2014 UniqEjemploConLineasVacios&lt;br /&gt;
-rw------- 1 rrc rrc 34 Apr  1  2014 UniqEjemploMayusc&lt;br /&gt;
-rw------- 1 rrc rrc 34 Apr  1  2014 UniqEjemploMinusc&lt;br /&gt;
-rw------- 1 rrc rrc 48 Jan  2  2014 UniqSortEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -z Uniq*&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -al Uniq*&lt;br /&gt;
-rw------- 1 rrc rrc 104 Apr  1  2014 UniqEjemploConLineasVacios.xz&lt;br /&gt;
-rw------- 1 rrc rrc  92 Apr  1  2014 UniqEjemploMayusc.xz&lt;br /&gt;
-rw------- 1 rrc rrc  92 Apr  1  2014 UniqEjemploMinusc.xz&lt;br /&gt;
-rw------- 1 rrc rrc 100 Jan  2  2014 UniqEjemplo.xz&lt;br /&gt;
-rw------- 1 rrc rrc 100 Jan  2  2014 UniqSortEjemplo.xz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -al  UmaskPruebaA*&lt;br /&gt;
-rw------- 1 rrc rrc 0 Mar  5  2014 UmaskPruebaArchivo&lt;br /&gt;
-rw------- 1 rrc rrc 6 Sep  6 08:53 UmaskPruebaArchivo2&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -zk UmaskPruebaA*&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -al  UmaskPruebaA*&lt;br /&gt;
-rw------- 1 rrc rrc  0 Mar  5  2014 UmaskPruebaArchivo&lt;br /&gt;
-rw------- 1 rrc rrc  6 Sep  6 08:53 UmaskPruebaArchivo2&lt;br /&gt;
-rw------- 1 rrc rrc 64 Sep  6 08:53 UmaskPruebaArchivo2.xz&lt;br /&gt;
-rw------- 1 rrc rrc 32 Mar  5  2014 UmaskPruebaArchivo.xz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -zk UmaskPruebaArchivo UmaskPruebaArchivo2 &lt;br /&gt;
xz: UmaskPruebaArchivo.xz: File exists&lt;br /&gt;
xz: UmaskPruebaArchivo2.xz: File exists&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -zkf UmaskPruebaArchivo UmaskPruebaArchivo2&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -zkfv UmaskPruebaArchivo UmaskPruebaArchivo2 &lt;br /&gt;
UmaskPruebaArchivo (1/2)&lt;br /&gt;
  100 %                  32 B / 0 B &amp;gt; 9.999                                    &lt;br /&gt;
&lt;br /&gt;
UmaskPruebaArchivo2 (2/2)&lt;br /&gt;
  100 %                  64 B / 6 B &amp;gt; 9.999                                    &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -alh MySQLDumpwiki-20141002.sql*&lt;br /&gt;
-rw-r--r-- 1 rrc rrc 14M Oct  2 17:04 MySQLDumpwiki-20141002.sql&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -zkv MySQLDumpwiki-20141002.sql&lt;br /&gt;
MySQLDumpwiki-20141002.sql (1/1)&lt;br /&gt;
  100 %      2 594.3 KiB / 13.8 MiB = 0.183   3.0 MiB/s       0:04             &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -alh MySQLDumpwiki-20141002.sql*&lt;br /&gt;
-rw-r--r-- 1 rrc rrc  14M Oct  2 17:04 MySQLDumpwiki-20141002.sql&lt;br /&gt;
-rw-r--r-- 1 rrc rrc 2.6M Oct  2 17:04 MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ rm MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
rm: remove regular file ‘MySQLDumpwiki-20141002.sql.xz’? y&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -z1kv MySQLDumpwiki-20141002.sql&lt;br /&gt;
MySQLDumpwiki-20141002.sql (1/1)&lt;br /&gt;
  100 %      2 880.5 KiB / 13.8 MiB = 0.204                                    &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -alh MySQLDumpwiki-20141002.sql*&lt;br /&gt;
-rw-r--r-- 1 rrc rrc  14M Oct  2 17:04 MySQLDumpwiki-20141002.sql&lt;br /&gt;
-rw-r--r-- 1 rrc rrc 2.9M Oct  2 17:04 MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ rm MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
rm: remove regular file ‘MySQLDumpwiki-20141002.sql.xz’? y&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -z9kv MySQLDumpwiki-20141002.sql&lt;br /&gt;
MySQLDumpwiki-20141002.sql (1/1)&lt;br /&gt;
  100 %      2 591.3 KiB / 13.8 MiB = 0.183   3.0 MiB/s       0:04             &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -alh MySQLDumpwiki-20141002.sql*&lt;br /&gt;
-rw-r--r-- 1 rrc rrc  14M Oct  2 17:04 MySQLDumpwiki-20141002.sql&lt;br /&gt;
-rw-r--r-- 1 rrc rrc 2.6M Oct  2 17:04 MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ rm MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
rm: remove regular file ‘MySQLDumpwiki-20141002.sql.xz’? y&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -zekv MySQLDumpwiki-20141002.sql&lt;br /&gt;
MySQLDumpwiki-20141002.sql (1/1)&lt;br /&gt;
  100 %      2 588.4 KiB / 13.8 MiB = 0.183   2.2 MiB/s       0:06             &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ ls -alh MySQLDumpwiki-20141002.sql*&lt;br /&gt;
-rw-r--r-- 1 rrc rrc  14M Oct  2 17:04 MySQLDumpwiki-20141002.sql&lt;br /&gt;
-rw-r--r-- 1 rrc rrc 2.6M Oct  2 17:04 MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -l MySQLDumpwiki-20141002.sql.xz &lt;br /&gt;
Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename&lt;br /&gt;
    1       1  2 588.4 KiB     13.8 MiB  0.183  CRC64   MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -lv MySQLDumpwiki-20141002.sql.xz &lt;br /&gt;
MySQLDumpwiki-20141002.sql.xz (1/1)&lt;br /&gt;
  Streams:            1&lt;br /&gt;
  Blocks:             1&lt;br /&gt;
  Compressed size:    2 588.4 KiB (2 650 532 B)&lt;br /&gt;
  Uncompressed size:  13.8 MiB (14 493 632 B)&lt;br /&gt;
  Ratio:              0.183&lt;br /&gt;
  Check:              CRC64&lt;br /&gt;
  Stream padding:     0 B&lt;br /&gt;
  Streams:&lt;br /&gt;
    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding&lt;br /&gt;
         1         1               0               0       2 650 532      14 493 632  0.183  CRC64            0&lt;br /&gt;
  Blocks:&lt;br /&gt;
    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check&lt;br /&gt;
         1         1              12               0       2 650 492      14 493 632  0.183  CRC64&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -t MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -tv MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
MySQLDumpwiki-20141002.sql.xz (1/1)&lt;br /&gt;
  100 %      2 591.3 KiB / 13.8 MiB = 0.183                                    &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -dv MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
MySQLDumpwiki-20141002.sql.xz (1/1)&lt;br /&gt;
xz: MySQLDumpwiki-20141002.sql: File exists&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ xz -dfv MySQLDumpwiki-20141002.sql.xz&lt;br /&gt;
MySQLDumpwiki-20141002.sql.xz (1/1)&lt;br /&gt;
  100 %      2 591.3 KiB / 13.8 MiB = 0.183         &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -al $( which unxz )&lt;br /&gt;
lrwxrwxrwx 1 root root 2 Sep 22 13:33 /usr/bin/unxz -&amp;gt; xz*&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>