48 lines
1.3 KiB
HTML
48 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=utf-8">
|
|
<title>egrep - Search a file for an extended regular expression
|
|
pattern</title>
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</HEAD>
|
|
<body bgcolor="#FFFFFF">
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
|
|
|
|
<h2>egrep - Search a file
|
|
for an extended regular expression pattern</h2>
|
|
|
|
<p><strong>Synopsis</strong></p>
|
|
|
|
<p><strong>egrep [-c|-l|-q] [-ihnsvwxy]</strong> <strong>
|
|
[-e</strong> <em>pattern_list</em><strong>] [-f</strong> <em>
|
|
pattern_file</em><strong>]</strong> [<em>pattern</em>] [<em>file
|
|
...</em>]</p>
|
|
|
|
<p><strong>Description</strong></p>
|
|
|
|
<p>The <strong>egrep</strong> utility is equivalent to running the
|
|
<strong>grep</strong> utility with the <strong>-E</strong> option.
|
|
See <a href="grep.htm">grep - Search a file for a pattern</a> for
|
|
the complete description.</p>
|
|
|
|
<p><strong>Related information</strong></p>
|
|
|
|
<ul>
|
|
<li><a href="fgrep.htm">fgrep - Search a file for a fixed string
|
|
pattern</a></li>
|
|
|
|
<li><a href="grep.htm">grep - Search a file for a pattern</a></li>
|
|
</ul>
|
|
|
|
|
|
<!-- end ibmbody========================================================= -->
|
|
</body>
|
|
</html>
|
|
|