grep.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-grep" role="wrap">
  8. <?dbhtml filename="grep.html"?>
  9. <sect1info condition="script">
  10. <productname>grep</productname>
  11. <productnumber>&grep-version;</productnumber>
  12. <address>&grep-url;</address>
  13. </sect1info>
  14. <title>Grep-&grep-version;</title>
  15. <indexterm zone="ch-system-grep">
  16. <primary sortas="a-Grep">Grep</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Grep package contains programs for searching through files.</para>
  21. <segmentedlist>
  22. <segtitle>&buildtime;</segtitle>
  23. <segtitle>&diskspace;</segtitle>
  24. <seglistitem>
  25. <seg>&grep-ch6-sbu;</seg>
  26. <seg>&grep-ch6-du;</seg>
  27. </seglistitem>
  28. </segmentedlist>
  29. </sect2>
  30. <sect2 role="installation">
  31. <title>Installation of Grep</title>
  32. <para>The current Grep package has many bugs, especially in the support of
  33. multibyte locales. RedHat fixed some of them with the following patch:</para>
  34. <screen><userinput remap="pre">patch -Np1 -i ../&grep-fixes-patch;</userinput></screen>
  35. <para>In order for the tests added by this patch to pass, the permissions for
  36. the test file have to be changed:</para>
  37. <screen><userinput remap="pre">chmod +x tests/fmbtest.sh</userinput></screen>
  38. <para>Prepare Grep for compilation:</para>
  39. <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
  40. <para remap="make">Compile the package:</para>
  41. <screen><userinput>make</userinput></screen>
  42. <para>To test the results, issue:</para>
  43. <screen><userinput remap="test">make check</userinput></screen>
  44. <para>Install the package:</para>
  45. <screen><userinput remap="install">make install</userinput></screen>
  46. </sect2>
  47. <sect2 id="contents-grep" role="content">
  48. <title>Contents of Grep</title>
  49. <segmentedlist>
  50. <segtitle>Installed programs</segtitle>
  51. <seglistitem>
  52. <seg>egrep, fgrep, and grep</seg>
  53. </seglistitem>
  54. </segmentedlist>
  55. <variablelist>
  56. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  57. <?dbfo list-presentation="list"?>
  58. <?dbhtml list-presentation="table"?>
  59. <varlistentry id="egrep">
  60. <term><command>egrep</command></term>
  61. <listitem>
  62. <para>Prints lines matching an extended regular expression</para>
  63. <indexterm zone="ch-system-grep egrep">
  64. <primary sortas="b-egrep">egrep</primary>
  65. </indexterm>
  66. </listitem>
  67. </varlistentry>
  68. <varlistentry id="fgrep">
  69. <term><command>fgrep</command></term>
  70. <listitem>
  71. <para>Prints lines matching a list of fixed strings</para>
  72. <indexterm zone="ch-system-grep fgrep">
  73. <primary sortas="b-fgrep">fgrep</primary>
  74. </indexterm>
  75. </listitem>
  76. </varlistentry>
  77. <varlistentry id="grep">
  78. <term><command>grep</command></term>
  79. <listitem>
  80. <para>Prints lines matching a basic regular expression</para>
  81. <indexterm zone="ch-system-grep grep">
  82. <primary sortas="b-grep">grep</primary>
  83. </indexterm>
  84. </listitem>
  85. </varlistentry>
  86. </variablelist>
  87. </sect2>
  88. </sect1>