grep.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>First fix a potential security issue identified upstream:</para>
  33. <screen><userinput remap="configure">sed -i -e '/tp++/a if (ep &lt;= tp) break;' src/kwset.c</userinput></screen>
  34. <para>Prepare Grep for compilation:</para>
  35. <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
  36. <para>Compile the package:</para>
  37. <screen><userinput remap="make">make</userinput></screen>
  38. <para>To test the results, issue:</para>
  39. <screen><userinput remap="test">make check</userinput></screen>
  40. <para>Install the package:</para>
  41. <screen><userinput remap="install">make install</userinput></screen>
  42. </sect2>
  43. <sect2 id="contents-grep" role="content">
  44. <title>Contents of Grep</title>
  45. <segmentedlist>
  46. <segtitle>Installed programs</segtitle>
  47. <seglistitem>
  48. <seg>egrep, fgrep, and grep</seg>
  49. </seglistitem>
  50. </segmentedlist>
  51. <variablelist>
  52. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  53. <?dbfo list-presentation="list"?>
  54. <?dbhtml list-presentation="table"?>
  55. <varlistentry id="egrep">
  56. <term><command>egrep</command></term>
  57. <listitem>
  58. <para>Prints lines matching an extended regular expression</para>
  59. <indexterm zone="ch-system-grep egrep">
  60. <primary sortas="b-egrep">egrep</primary>
  61. </indexterm>
  62. </listitem>
  63. </varlistentry>
  64. <varlistentry id="fgrep">
  65. <term><command>fgrep</command></term>
  66. <listitem>
  67. <para>Prints lines matching a list of fixed strings</para>
  68. <indexterm zone="ch-system-grep fgrep">
  69. <primary sortas="b-fgrep">fgrep</primary>
  70. </indexterm>
  71. </listitem>
  72. </varlistentry>
  73. <varlistentry id="grep">
  74. <term><command>grep</command></term>
  75. <listitem>
  76. <para>Prints lines matching a basic regular expression</para>
  77. <indexterm zone="ch-system-grep grep">
  78. <primary sortas="b-grep">grep</primary>
  79. </indexterm>
  80. </listitem>
  81. </varlistentry>
  82. </variablelist>
  83. </sect2>
  84. </sect1>