grep-desc.xml 615 B

1234567891011121314151617181920212223
  1. <sect2><title>Contents of Grep-&grep-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>egrep, fgrep and grep</para></sect3>
  4. <sect3><title>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>