blob: 68657feb5420c7afef0f55e2a6743b1689508f6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<sect2><title>Short descriptions</title>
<para><command>egrep</command> prints lines matching an extended regular
expression.</para>
<para><command>fgrep</command> prints lines matching a list of fixed
strings.</para>
<para><command>grep</command> prints lines matching a basic regular
expression.</para>
</sect2>
|