<?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%2Fgunzip</id>
	<title>Comandos de la terminal/gunzip - 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%2Fgunzip"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gunzip&amp;action=history"/>
	<updated>2026-04-25T23:14:21Z</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/gunzip&amp;diff=6339&amp;oldid=prev</id>
		<title>Rrc en 20:56 4 oct 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gunzip&amp;diff=6339&amp;oldid=prev"/>
		<updated>2014-10-04T20:56:16Z</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;
* [[:#gunzip| gunzip]]&lt;br /&gt;
&lt;br /&gt;
== gunzip ==&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 ~]$ gunzip --help&lt;br /&gt;
Usage: /usr/bin/gunzip [OPTION]... [FILE]...&lt;br /&gt;
Uncompress FILEs (by default, in-place).&lt;br /&gt;
&lt;br /&gt;
Mandatory arguments to long options are mandatory for short options too.&lt;br /&gt;
&lt;br /&gt;
  -c, --stdout      write on standard output, keep original files unchanged&lt;br /&gt;
  -f, --force       force overwrite of output file and compress links&lt;br /&gt;
  -k, --keep        keep (don&amp;#039;t delete) input files&lt;br /&gt;
  -l, --list        list compressed file contents&lt;br /&gt;
  -n, --no-name     do not save or restore the original name and time stamp&lt;br /&gt;
  -N, --name        save or restore the original name and time stamp&lt;br /&gt;
  -q, --quiet       suppress all warnings&lt;br /&gt;
  -r, --recursive   operate recursively on directories&lt;br /&gt;
  -S, --suffix=SUF  use suffix SUF on compressed files&lt;br /&gt;
  -t, --test        test compressed file integrity&lt;br /&gt;
  -v, --verbose     verbose mode&lt;br /&gt;
      --help        display this help and exit&lt;br /&gt;
      --version     display version information 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;bug-gzip@gnu.org&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip --version&lt;br /&gt;
gunzip (gzip) 1.6&lt;br /&gt;
Copyright (C) 2007, 2011-2013 Free Software Foundation, Inc.&lt;br /&gt;
This is free software.  You may redistribute copies of it under the terms of&lt;br /&gt;
the GNU General Public License &amp;lt;http://www.gnu.org/licenses/gpl.html&amp;gt;.&lt;br /&gt;
There is NO WARRANTY, to the extent permitted by law.&lt;br /&gt;
&lt;br /&gt;
Written by Paul Eggert.&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ su -c &amp;quot;rpm -qf $( which gunzip )&amp;quot;&lt;br /&gt;
Password: &lt;br /&gt;
gzip-1.6-3.1.mga4&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip -l ComandosDeLaTerminal.tar.gz &lt;br /&gt;
         compressed        uncompressed  ratio uncompressed_name&lt;br /&gt;
             133002             1126400  88.2% ComandosDeLaTerminal.tar&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip -vl ComandosDeLaTerminal.tar.gz &lt;br /&gt;
method  crc     date  time           compressed        uncompressed  ratio uncompressed_name&lt;br /&gt;
defla 6d42a01c Sep 26 17:34              133002             1126400  88.2% ComandosDeLaTerminal.tar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip -t ComandosDeLaTerminal.tar.gz &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ echo $?&lt;br /&gt;
0&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip -vt ComandosDeLaTerminal.tar.gz &lt;br /&gt;
ComandosDeLaTerminal.tar.gz:	 OK&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip ComandosDeLaTerminal.tgz&lt;br /&gt;
gzip: ComandosDeLaTerminal.tar already exists; do you wish to overwrite (y or n)? n&lt;br /&gt;
	not overwritten&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip -f ComandosDeLaTerminal.tgz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -aldh ComandosDeLaTerminal*&lt;br /&gt;
drwx------ 9 rrc rrc 4.0K Sep 26 17:40 ComandosDeLaTerminal/&lt;br /&gt;
-rw------- 1 rrc rrc 1.1M Sep 26 17:29 ComandosDeLaTerminal.tar&lt;br /&gt;
-rw------- 1 rrc rrc 130K Sep 26 17:34 ComandosDeLaTerminal.tar.gz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip -fk ComandosDeLaTerminal.tar.gz &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -aldh ComandosDeLaTerminal*&lt;br /&gt;
drwx------ 9 rrc rrc 4.0K Sep 26 17:40 ComandosDeLaTerminal/&lt;br /&gt;
-rw------- 1 rrc rrc 1.1M Sep 26 17:34 ComandosDeLaTerminal.tar&lt;br /&gt;
-rw------- 1 rrc rrc 130K Sep 26 17:34 ComandosDeLaTerminal.tar.gz&lt;br /&gt;
[rrc@Llawyr ~]$ &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gunzip -rf BashClase/&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -al BashClase/&lt;br /&gt;
total 128&lt;br /&gt;
drwxr-x---  2 rrc rrc 4096 Sep 26 18:53 ./&lt;br /&gt;
drwxr-x--x 49 rrc rrc 4096 Sep 26 18:52 ../&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:22 1.bak&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:32 1.Ztv&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:22 2.bak&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:32 2.Ztv&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
-rw-r-----  1 rrc rrc  307 May  3 10:57 S7.sh&lt;br /&gt;
-rw-r-----  1 rrc rrc  393 May  3 11:17 S8.sh&lt;br /&gt;
-rw-r-----  1 rrc rrc  467 Jan 26  2013 S9.sh&lt;br /&gt;
-rw-r-----  1 rrc rrc   34 Nov 17  2011 Saludo&lt;br /&gt;
&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>