grep-desc.xml 584 B

1234567891011121314151617181920212223
  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></sect3>
  9. <sect3><title>fgrep</title>
  10. <para>fgrep prints lines from files matching a list of fixed strings,
  11. separated by newlines, any of which is to be matched.</para></sect3>
  12. <sect3><title>grep</title>
  13. <para>grep prints lines from files matching a basic regular expression
  14. pattern.</para></sect3>
  15. </sect2>