mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
53ad30a63b
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
24 lines
584 B
XML
24 lines
584 B
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The grep package contains the egrep, fgrep and grep programs.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>egrep</title>
|
|
<para>egrep prints lines from files matching an extended regular expression
|
|
pattern.</para></sect3>
|
|
|
|
<sect3><title>fgrep</title>
|
|
<para>fgrep prints lines from files matching a list of fixed strings,
|
|
separated by newlines, any of which is to be matched.</para></sect3>
|
|
|
|
<sect3><title>grep</title>
|
|
<para>grep prints lines from files matching a basic regular expression
|
|
pattern.</para></sect3>
|
|
|
|
</sect2>
|
|
|