diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 18:48:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 18:48:19 +0000 |
commit | 4679a998ceeaa1ca700b3fe5dde9130df803fa87 (patch) | |
tree | 612fab642fb486f5d77fa6f57b7ccea8b50a6b30 | |
parent | 07268b8a9c681f887df14e3dd4b3dab767fa8c35 (diff) |
updated gzip contents
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/gzip-desc.xml | 4 | ||||
-rw-r--r-- | appendixa/gzip-shortdesc.xml | 4 | ||||
-rw-r--r-- | appendixb/appendixb.xml | 3 | ||||
-rw-r--r-- | entities/gzip.ent | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index daeb948da..b522e2385 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -17,6 +17,10 @@ standard output.</para> <para><command>zdiff</command> runs diff on gzipped files.</para> +<para><command>zegrep</command> runs egrep on gzipped files.</para> + +<para><command>zfgrep</command> runs fgrep on gzipped files.</para> + <para><command>zforce</command> forces a .gz extension on all given files that are gzipped files, so that gzip will not compress them again. This can be useful when file names were truncated during a file transfer.</para> diff --git a/appendixa/gzip-shortdesc.xml b/appendixa/gzip-shortdesc.xml index 5e6f111ba..75f7b35ef 100644 --- a/appendixa/gzip-shortdesc.xml +++ b/appendixa/gzip-shortdesc.xml @@ -6,7 +6,7 @@ using the Lempel-Ziv coding (LZ77).</para> <para><emphasis>Installed programs</emphasis>: gunzip (link to gzip), gzexe, -gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zforce, -zgrep, zmore and znew</para> +gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, +zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</para> </sect2> diff --git a/appendixb/appendixb.xml b/appendixb/appendixb.xml index 1bcaa01aa..55e572035 100644 --- a/appendixb/appendixb.xml +++ b/appendixb/appendixb.xml @@ -652,9 +652,12 @@ to which it belongs.</para> <listitem><para>zcmp : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>zdiff : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>zdump : <xref linkend="aa-glibc"/></para></listitem> +<listitem><para>zegrep : <xref linkend="aa-gzip"/></para></listitem> +<listitem><para>zfgrep : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>zforce : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>zgrep : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>zic : <xref linkend="aa-glibc"/></para></listitem> +<listitem><para>zless : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>zmore : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>znew : <xref linkend="aa-gzip"/></para></listitem> <listitem><para>zsoelim : <xref linkend="aa-groff"/></para></listitem> diff --git a/entities/gzip.ent b/entities/gzip.ent index 574292197..d90de814b 100644 --- a/entities/gzip.ent +++ b/entities/gzip.ent @@ -12,7 +12,7 @@ <!ENTITY gzip-version "1.3.5"> <!ENTITY gzip-depversion "1.2.4a"> -<!ENTITY gzip-contversion "1.2.4a"> +<!ENTITY gzip-contversion "1.3.5"> <!ENTITY gzip-dir "gzip-&gzip-version;"> <!ENTITY gzip-package "gzip-&gzip-version;.tar.gz"> <!ENTITY gzip-size "324 KB"> |