~ubuntu-branches/ubuntu/vivid/gzip/vivid

« back to all changes in this revision

Viewing changes to doc/gzip.info

  • Committer: Steve Langasek
  • Date: 2012-06-29 02:07:40 UTC
  • mfrom: (4.1.9 sid)
  • Revision ID: steve.langasek@canonical.com-20120629020740-qqikrblzana08v2y
Merge version 1.5-1.1 from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This is gzip.info, produced by makeinfo version 4.13 from gzip.texi.
2
2
 
3
 
This manual is for GNU Gzip (version 1.4, 3 January 2010), and
 
3
This manual is for GNU Gzip (version 1.5, 1 January 2012), and
4
4
documents commands for compressing and decompressing data.
5
5
 
6
 
   Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2010 Free
 
6
   Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2012 Free
7
7
Software Foundation, Inc.
8
8
 
9
9
   Copyright (C) 1992, 1993 Jean-loup Gailly
37
37
GNU Gzip: General file (de)compression
38
38
**************************************
39
39
 
40
 
This manual is for GNU Gzip (version 1.4, 3 January 2010), and
 
40
This manual is for GNU Gzip (version 1.5, 1 January 2012), and
41
41
documents commands for compressing and decompressing data.
42
42
 
43
 
   Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2010 Free
 
43
   Copyright (C) 1998-1999, 2001-2002, 2006-2007, 2009-2012 Free
44
44
Software Foundation, Inc.
45
45
 
46
46
   Copyright (C) 1992, 1993 Jean-loup Gailly
208
208
     find . -name '*
209
209
     *' -prune -o -name '*.gz' -type f -print |
210
210
       sed "
211
 
         s/'/'\\''/g
 
211
         s/'/'\\\\''/g
212
212
         s/^\\(.*\\)\\.gz$/gunzip <'\\1.gz' >'\\1'/
213
213
       " |
214
214
       sh -e
972
972
Node: Top1472
973
973
Node: Overview2683
974
974
Node: Sample7891
975
 
Node: Invoking gzip9827
976
 
Node: Advanced usage14819
977
 
Node: Environment16406
978
 
Node: Tapes16971
979
 
Node: Problems17988
980
 
Node: GNU Free Documentation License18458
981
 
Node: Concept index43626
 
975
Node: Invoking gzip9829
 
976
Node: Advanced usage14821
 
977
Node: Environment16408
 
978
Node: Tapes16973
 
979
Node: Problems17990
 
980
Node: GNU Free Documentation License18460
 
981
Node: Concept index43628
982
982
 
983
983
End Tag Table