X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fgzip.info;h=2916a25900953917cacf390f13a2890ad26b5f36;hb=5ce018a3c65549365769fc7eb0804136e260ff01;hp=383a3ddcb084ef38522efe32ec482ea8c2e076dd;hpb=dc0ab95dbae38577efebe2283fc9b76e92ef4233;p=debian%2Fgzip diff --git a/doc/gzip.info b/doc/gzip.info index 383a3dd..2916a25 100644 --- a/doc/gzip.info +++ b/doc/gzip.info @@ -1,9 +1,9 @@ -This is gzip.info, produced by makeinfo version 4.13 from gzip.texi. +This is gzip.info-t, produced by makeinfo version 4.13 from gzip.texi. -This manual is for GNU Gzip (version 1.4, 3 January 2010), and -documents commands for compressing and decompressing data. +This manual is for GNU Gzip (version 1.6, 28 May 2013), and documents +commands for compressing and decompressing data. - Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2010 Free + Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2013 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly @@ -32,15 +32,15 @@ START-INFO-DIR-ENTRY END-INFO-DIR-ENTRY  -File: gzip.info, Node: Top, Next: Overview, Up: (dir) +File: gzip.info-t, Node: Top, Next: Overview, Up: (dir) GNU Gzip: General file (de)compression ************************************** -This manual is for GNU Gzip (version 1.4, 3 January 2010), and -documents commands for compressing and decompressing data. +This manual is for GNU Gzip (version 1.6, 28 May 2013), and documents +commands for compressing and decompressing data. - Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2010 Free + Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2013 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly @@ -65,7 +65,7 @@ Software Foundation, Inc. * Concept index:: Index of concepts.  -File: gzip.info, Node: Overview, Next: Sample, Prev: Top, Up: Top +File: gzip.info-t, Node: Overview, Next: Sample, Prev: Top, Up: Top 1 Overview ********** @@ -155,13 +155,13 @@ decompressing. The `gzip' file format is specified in P. Deutsch, GZIP file format specification version 4.3, Internet RFC 1952 -(ftp://ftp.isi.edu/in-notes/rfc1952.txt) (May 1996). The `zip' -deflation format is specified in P. Deutsch, DEFLATE Compressed Data -Format Specification version 1.3, Internet RFC 1951 -(ftp://ftp.isi.edu/in-notes/rfc1951.txt) (May 1996). +(http://www.ietf.org/rfc/rfc1952.txt) (May 1996). The `zip' deflation +format is specified in P. Deutsch, DEFLATE Compressed Data Format +Specification version 1.3, Internet RFC 1951 +(http://www.ietf.org/rfc/rfc1951.txt) (May 1996).  -File: gzip.info, Node: Sample, Next: Invoking gzip, Prev: Overview, Up: Top +File: gzip.info-t, Node: Sample, Next: Invoking gzip, Prev: Overview, Up: Top 2 Sample output *************** @@ -179,6 +179,7 @@ Here are some realistic examples of running `gzip'. -d, --decompress decompress -f, --force force overwrite of output file and compress links -h, --help give this help + -k, --keep keep (don't delete) input files -l, --list list compressed file contents -L, --license display software license -n, --no-name do not save or restore the original name and time stamp @@ -208,13 +209,13 @@ stopping on the first failure: find . -name '* *' -prune -o -name '*.gz' -type f -print | sed " - s/'/'\\''/g + s/'/'\\\\''/g s/^\\(.*\\)\\.gz$/gunzip <'\\1.gz' >'\\1'/ " | sh -e  -File: gzip.info, Node: Invoking gzip, Next: Advanced usage, Prev: Sample, Up: Top +File: gzip.info-t, Node: Invoking gzip, Next: Advanced usage, Prev: Sample, Up: Top 3 Invoking `gzip' ***************** @@ -253,6 +254,11 @@ The format for running the `gzip' program is: `-h' Print an informative help message describing the options then quit. +`--keep' +`-k' + Keep (don't delete) input files during compression or + decompression. + `--list' `-l' For each compressed file, list the following fields: @@ -360,7 +366,7 @@ The format for running the `gzip' program is: of speed).  -File: gzip.info, Node: Advanced usage, Next: Environment, Prev: Invoking gzip, Up: Top +File: gzip.info-t, Node: Advanced usage, Next: Environment, Prev: Invoking gzip, Up: Top 4 Advanced usage **************** @@ -412,7 +418,7 @@ transparently. `gzip' is designed as a complement to `tar', not as a replacement.  -File: gzip.info, Node: Environment, Next: Tapes, Prev: Advanced usage, Up: Top +File: gzip.info-t, Node: Environment, Next: Tapes, Prev: Advanced usage, Up: Top 5 Environment ************* @@ -429,7 +435,7 @@ explicit command line parameters. For example: a conflict with the symbol set for invocation of the program.  -File: gzip.info, Node: Tapes, Next: Problems, Prev: Environment, Up: Top +File: gzip.info-t, Node: Tapes, Next: Problems, Prev: Environment, Up: Top 6 Using `gzip' on tapes *********************** @@ -451,7 +457,7 @@ of `tar') is used for reading and writing compressed data on tapes. (This example assumes you are using the GNU version of `tar'.)  -File: gzip.info, Node: Problems, Next: GNU Free Documentation License, Prev: Tapes, Up: Top +File: gzip.info-t, Node: Problems, Next: GNU Free Documentation License, Prev: Tapes, Up: Top 7 Reporting Bugs **************** @@ -463,7 +469,7 @@ operating system, the compiler used to compile `gzip', a description of the bug behavior, and the input to `gzip' that triggered the bug.  -File: gzip.info, Node: GNU Free Documentation License, Next: Concept index, Prev: Problems, Up: Top +File: gzip.info-t, Node: GNU Free Documentation License, Next: Concept index, Prev: Problems, Up: Top Appendix A GNU Free Documentation License ***************************************** @@ -949,7 +955,7 @@ free software license, such as the GNU General Public License, to permit their use in free software.  -File: gzip.info, Node: Concept index, Prev: GNU Free Documentation License, Up: Top +File: gzip.info-t, Node: Concept index, Prev: GNU Free Documentation License, Up: Top Appendix B Concept index ************************ @@ -969,15 +975,15 @@ Appendix B Concept index  Tag Table: -Node: Top1472 -Node: Overview2683 -Node: Sample7891 -Node: Invoking gzip9827 -Node: Advanced usage14819 -Node: Environment16406 -Node: Tapes16971 -Node: Problems17988 -Node: GNU Free Documentation License18458 -Node: Concept index43626 +Node: Top1471 +Node: Overview2681 +Node: Sample7885 +Node: Invoking gzip9882 +Node: Advanced usage14970 +Node: Environment16559 +Node: Tapes17126 +Node: Problems18145 +Node: GNU Free Documentation License18617 +Node: Concept index43787  End Tag Table