<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fgzip</id>
	<title>Comandos de la terminal/gzip - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fgzip"/>
	<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gzip&amp;action=history"/>
	<updated>2026-04-06T18:41:53Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gzip&amp;diff=6165&amp;oldid=prev</id>
		<title>Rrc en 22:46 26 sep 2014</title>
		<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gzip&amp;diff=6165&amp;oldid=prev"/>
		<updated>2014-09-26T22:46:50Z</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;
* [[:#gzip| gzip]]&lt;br /&gt;
&lt;br /&gt;
== gzip ==&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 ~]$ gzip --help&lt;br /&gt;
Usage: gzip [OPTION]... [FILE]...&lt;br /&gt;
Compress or uncompress FILEs (by default, compress FILES 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;
  -d, --decompress  decompress&lt;br /&gt;
  -f, --force       force overwrite of output file and compress links&lt;br /&gt;
  -h, --help        give this help&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;
  -L, --license     display software license&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;
  -V, --version     display version number&lt;br /&gt;
  -1, --fast        compress faster&lt;br /&gt;
  -9, --best        compress better&lt;br /&gt;
    --rsyncable   Make rsync-friendly archive&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 ~]$ gzip --version&lt;br /&gt;
gzip 1.6&lt;br /&gt;
Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.&lt;br /&gt;
Copyright (C) 1993 Jean-loup Gailly.&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 Jean-loup Gailly.&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ su -c &amp;quot;rpm -qf $( which gzip )&amp;quot;&lt;br /&gt;
Password: &lt;br /&gt;
gzip-1.6-3.1.mga4&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ tar cf ComandosDeLaTerminal.tar ComandosDeLaTerminal&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -aldh ComandosDeLaTerminal*&lt;br /&gt;
drwx------ 9 rrc rrc 4.0K Sep 20 16:30 ComandosDeLaTerminal/&lt;br /&gt;
-rw------- 1 rrc rrc 1.1M Sep 26 17:25 ComandosDeLaTerminal.tar&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gzip ComandosDeLaTerminal&lt;br /&gt;
gzip: ComandosDeLaTerminal is a directory -- ignored&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gzip ComandosDeLaTerminal.tar &lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -aldh ComandosDeLaTerminal*&lt;br /&gt;
drwx------ 9 rrc rrc 4.0K Sep 20 16:30 ComandosDeLaTerminal/&lt;br /&gt;
-rw------- 1 rrc rrc 135K Sep 26 17:25 ComandosDeLaTerminal.tar.gz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ tar zcf ComandosDeLaTerminal.tgz ComandosDeLaTerminal&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -aldh ComandosDeLaTerminal*&lt;br /&gt;
drwx------ 9 rrc rrc 4.0K Sep 20 16:30 ComandosDeLaTerminal/&lt;br /&gt;
-rw------- 1 rrc rrc 135K Sep 26 17:25 ComandosDeLaTerminal.tar.gz&lt;br /&gt;
-rw------- 1 rrc rrc 135K Sep 26 17:29 ComandosDeLaTerminal.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ tar cf ComandosDeLaTerminal.tar ComandosDeLaTerminal&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gzip -k ComandosDeLaTerminal.tar &lt;br /&gt;
gzip: ComandosDeLaTerminal.tar.gz already exists; do you wish to overwrite (y or n)? n&lt;br /&gt;
	not overwritten&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gzip -k ComandosDeLaTerminal.tar ComandosDeLaTerminal-2.tar.gz&lt;br /&gt;
gzip: ComandosDeLaTerminal.tar.gz already exists; do you wish to overwrite (y or n)? n&lt;br /&gt;
	not overwritten&lt;br /&gt;
gzip: ComandosDeLaTerminal-2.tar.gz: No such file or directory&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gzip -k ComandosDeLaTerminal.tar&lt;br /&gt;
gzip: ComandosDeLaTerminal.tar.gz already exists; do you wish to overwrite (y or n)? y&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ ls -aldh ComandosDeLaTerminal*&lt;br /&gt;
drwx------ 9 rrc rrc 4.0K Sep 20 16:30 ComandosDeLaTerminal/&lt;br /&gt;
-rw------- 1 rrc rrc 1.1M Sep 26 17:34 ComandosDeLaTerminal.tar&lt;br /&gt;
-rw------- 1 rrc rrc 135K Sep 26 17:34 ComandosDeLaTerminal.tar.gz&lt;br /&gt;
-rw------- 1 rrc rrc 135K Sep 26 17:29 ComandosDeLaTerminal.tgz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ gzip -k9 ComandosDeLaTerminal.tar&lt;br /&gt;
gzip: ComandosDeLaTerminal.tar.gz already exists; do you wish to overwrite (y or n)? y&lt;br /&gt;
[rrc@Llawyr ~]$ ls -aldh ComandosDeLaTerminal*&lt;br /&gt;
drwx------ 9 rrc rrc 4.0K Sep 20 16:30 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;
-rw------- 1 rrc rrc 135K Sep 26 17:29 ComandosDeLaTerminal.tgz&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr BashClase]$ gzip -rk9 BashClase&lt;br /&gt;
[rrc@Llawyr ~]$ ls -al BashClase&lt;br /&gt;
total 304&lt;br /&gt;
drwxr-x---  2 rrc rrc 4096 Sep 26 17:42 ./&lt;br /&gt;
drwxr-x--x 49 rrc rrc 4096 Sep 26 17:37 ../&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:22 1.bak&lt;br /&gt;
-rw-r-----  1 rrc rrc   26 May 10 11:22 1.bak.gz&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:32 1.Ztv&lt;br /&gt;
-rw-r-----  1 rrc rrc   26 May 10 11:32 1.Ztv.gz&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:22 2.bak&lt;br /&gt;
-rw-r-----  1 rrc rrc   26 May 10 11:22 2.bak.gz&lt;br /&gt;
-rw-r-----  1 rrc rrc    0 May 10 11:32 2.Ztv&lt;br /&gt;
-rw-r-----  1 rrc rrc   26 May 10 11:32 2.Ztv.gz&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
-rw-r-----  1 rrc rrc  467 Jan 26  2013 S9.sh&lt;br /&gt;
-rw-r-----  1 rrc rrc  224 Jan 26  2013 S9.sh.gz&lt;br /&gt;
-rw-r-----  1 rrc rrc   34 Nov 17  2011 Saludos&lt;br /&gt;
-rw-r-----  1 rrc rrc   62 Nov 17  2011 Saludos.gz&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>