blob: 58b1227ea01767036cdcb9ec4681dea1b1ade39d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2><title> </title><para> </para></sect2>
<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>
|