grep-desc.xml 319 B

12345678910111213
  1. <sect2><title>Short descriptions</title>
  2. <para><command>egrep</command> prints lines matching an extended regular
  3. expression.</para>
  4. <para><command>fgrep</command> prints lines matching a list of fixed
  5. strings.</para>
  6. <para><command>grep</command> prints lines matching a basic regular
  7. expression.</para>
  8. </sect2>