2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The grep package contains the egrep, fgrep and grep programs.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>egrep</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>egrep prints lines from files matching an extended regular expression
|
2001-09-22 17:09:47 +01:00
|
|
|
pattern.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>fgrep</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>fgrep prints lines from files matching a list of fixed strings,
|
2001-09-22 17:09:47 +01:00
|
|
|
separated by newlines, any of which is to be matched.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
<sect3><title>grep</title>
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>grep prints lines from files matching a basic regular expression
|
2001-09-22 17:09:47 +01:00
|
|
|
pattern.</para></sect3>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|