grep-desc.xml 376 B

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