فهرست منبع

updated gzip contents

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 سال پیش
والد
کامیت
4679a998ce
4فایلهای تغییر یافته به همراه10 افزوده شده و 3 حذف شده
  1. 4 0
      appendixa/gzip-desc.xml
  2. 2 2
      appendixa/gzip-shortdesc.xml
  3. 3 0
      appendixb/appendixb.xml
  4. 1 1
      entities/gzip.ent

+ 4 - 0
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>

+ 2 - 2
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>

+ 3 - 0
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>

+ 1 - 1
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">