mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 22:17:39 +00:00
8fcc2c036b
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
26 lines
659 B
XML
26 lines
659 B
XML
<sect2><title>Contents of Grep</title>
|
|
|
|
<para>Last checked against version &grep-contversion;.</para>
|
|
|
|
<sect3><title>Program Files</title>
|
|
<para>egrep, fgrep and grep</para></sect3>
|
|
|
|
<sect3><title>Descriptions</title>
|
|
|
|
<sect4><title>egrep</title>
|
|
<para>egrep prints lines from files matching an extended regular expression
|
|
pattern.</para></sect4>
|
|
|
|
<sect4><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></sect4>
|
|
|
|
<sect4><title>grep</title>
|
|
<para>grep prints lines from files matching a basic regular expression
|
|
pattern.</para></sect4>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|