grep-desc.xml 689 B

12345678910111213141516171819202122232425
  1. <sect2><title>Contents of Grep</title>
  2. <para>Last checked against version &grep-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>egrep (link to grep), fgrep (link to grep) and grep</para></sect3>
  5. <sect3><title>Descriptions</title>
  6. <sect4><title>egrep</title>
  7. <para>egrep prints lines from files matching an extended regular expression
  8. pattern.</para></sect4>
  9. <sect4><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></sect4>
  12. <sect4><title>grep</title>
  13. <para>grep prints lines from files matching a basic regular expression
  14. pattern.</para></sect4>
  15. </sect3>
  16. </sect2>