grep-desc.xml 601 B

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