grep-desc.xml 647 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &grep-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <sect4><title>egrep</title>
  6. <para>egrep prints lines from files matching an extended regular expression
  7. pattern.</para></sect4>
  8. <sect4><title>fgrep</title>
  9. <para>fgrep prints lines from files matching a list of fixed strings,
  10. separated by newlines, any of which is to be matched.</para></sect4>
  11. <sect4><title>grep</title>
  12. <para>grep prints lines from files matching a basic regular expression
  13. pattern.</para></sect4>
  14. </sect3>
  15. </sect2>