grep-desc.xml 593 B

1234567891011121314151617181920212223242526272829303132
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The grep package contains the egrep, fgrep and grep programs.</para>
  4. </sect2>
  5. <sect2><title>Description</title>
  6. <sect3><title>egrep</title>
  7. <para>egrep prints lines from files matching an extended regular expression
  8. pattern.</para>
  9. </sect3>
  10. <sect3><title>fgrep</title>
  11. <para>fgrep prints lines from files matching a list of fixed strings,
  12. separated by newlines, any of which is to be matched.</para>
  13. </sect3>
  14. <sect3><title>grep</title>
  15. <para>grep prints lines from files matching a basic regular expression
  16. pattern.</para>
  17. </sect3>
  18. </sect2>