CVSROOT: /web/grep Module name: grep Changes by: Karl Berry <karl> 09/05/24 18:43:01
Index: manual/html_node/index.html =================================================================== RCS file: manual/html_node/index.html diff -N manual/html_node/index.html --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ manual/html_node/index.html 24 May 2009 18:43:00 -0000 1.1 @@ -0,0 +1,121 @@ +<html lang="en"> +<head> +<title>GNU Grep 2.5.4</title> +<meta http-equiv="Content-Type" content="text/html"> +<meta name="description" content="GNU Grep 2.5.4"> +<meta name="generator" content="makeinfo 4.13"> +<link title="Top" rel="start" href="#Top"> +<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> +<!-- +This manual is for `grep', a pattern matching engine. + +Copyright (C) 1999, 2000, 2001, 2002, 2005, 2008, 2009 Free +Software Foundation, Inc. + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, + Version 1.3 or any later version published by the Free Software + Foundation; with no Invariant Sections, with no Front-Cover Texts, + and with no Back-Cover Texts. A copy of the license is included + in the section entitled "GNU Free Documentation License". + --> +<meta http-equiv="Content-Style-Type" content="text/css"> +<style type="text/css"><!-- + pre.display { font-family:inherit } + pre.format { font-family:inherit } + pre.smalldisplay { font-family:inherit; font-size:smaller } + pre.smallformat { font-family:inherit; font-size:smaller } + pre.smallexample { font-size:smaller } + pre.smalllisp { font-size:smaller } + span.sc { font-variant:small-caps } + span.roman { font-family:serif; font-weight:normal; } + span.sansserif { font-family:sans-serif; font-weight:normal; } +--></style> +</head> +<body> +<h1 class="settitle">GNU Grep 2.5.4</h1> +<div class="contents"> +<h2>Table of Contents</h2> +<ul> +<li><a name="toc_Top" href="index.html#Top">grep</a> +<li><a name="toc_Introduction" href="Introduction.html#Introduction">1 Introduction</a> +<li><a name="toc_Invoking" href="Invoking.html#Invoking">2 Invoking <samp><span class="command">grep</span></samp></a> +<ul> +<li><a href="Command_002dline-Options.html#Command_002dline-Options">2.1 Command-line Options</a> +<ul> +<li><a href="Generic-Program-Information.html#Generic-Program-Information">2.1.1 Generic Program Information</a> +<li><a href="Matching-Control.html#Matching-Control">2.1.2 Matching Control</a> +<li><a href="General-Output-Control.html#General-Output-Control">2.1.3 General Output Control</a> +<li><a href="Output-Line-Prefix-Control.html#Output-Line-Prefix-Control">2.1.4 Output Line Prefix Control</a> +<li><a href="Context-Line-Control.html#Context-Line-Control">2.1.5 Context Line Control</a> +<li><a href="File-and-Directory-Selection.html#File-and-Directory-Selection">2.1.6 File and Directory Selection</a> +<li><a href="Other-Options.html#Other-Options">2.1.7 Other Options</a> +</li></ul> +<li><a href="Environment-Variables.html#Environment-Variables">2.2 Environment Variables</a> +<li><a href="Exit-Status.html#Exit-Status">2.3 Exit Status</a> +<li><a href="grep-Programs.html#grep-Programs">2.4 <samp><span class="command">grep</span></samp> Programs</a> +</li></ul> +<li><a name="toc_Regular-Expressions" href="Regular-Expressions.html#Regular-Expressions">3 Regular Expressions</a> +<ul> +<li><a href="Fundamental-Structure.html#Fundamental-Structure">3.1 Fundamental Structure</a> +<li><a href="Character-Classes-and-Bracket-Expressions.html#Character-Classes-and-Bracket-Expressions">3.2 Character Classes and Bracket Expressions</a> +<li><a href="The-Backslash-Character-and-Special-Expressions.html#The-Backslash-Character-and-Special-Expressions">3.3 The Backslash Character and Special Expressions</a> +<li><a href="Anchoring.html#Anchoring">3.4 Anchoring</a> +<li><a href="Back_002dreferences-and-Subexpressions.html#Back_002dreferences-and-Subexpressions">3.5 Back-references and Subexpressions</a> +<li><a href="Basic-vs-Extended.html#Basic-vs-Extended">3.6 Basic vs Extended Regular Expressions</a> +</li></ul> +<li><a name="toc_Usage" href="Usage.html#Usage">4 Usage</a> +<li><a name="toc_Reporting-Bugs" href="Reporting-Bugs.html#Reporting-Bugs">5 Reporting bugs</a> +<ul> +<li><a href="Reporting-Bugs.html#Reporting-Bugs">5.1 Known Bugs</a> +</li></ul> +<li><a name="toc_Copying" href="Copying.html#Copying">6 Copying</a> +<ul> +<li><a href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">6.1 GNU Free Documentation License</a> +</li></ul> +<li><a name="toc_Index" href="Index.html#Index">Index</a> +</li></ul> +</div> + + + +<div class="node"> +<a name="Top"></a> +<p> +Next: <a rel="next" accesskey="n" href="Introduction.html#Introduction">Introduction</a>, +Up: <a rel="up" accesskey="u" href="../index.html#dir">(dir)</a> +<hr> +</div> + +<h2 class="unnumbered">grep</h2> + +<p><samp><span class="command">grep</span></samp> prints lines that match a pattern. + + <p>This manual is for version 2.5.4 of GNU Grep. + + <p>This manual is for <samp><span class="command">grep</span></samp>, a pattern matching engine. + + <p>Copyright © 1999, 2000, 2001, 2002, 2005, 2008, 2009 Free +Software Foundation, Inc. + + <blockquote> +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license is included in the section entitled +“GNU Free Documentation License”. +</blockquote> + +<ul class="menu"> +<li><a accesskey="1" href="Introduction.html#Introduction">Introduction</a>: Introduction. +<li><a accesskey="2" href="Invoking.html#Invoking">Invoking</a>: Command-line options, environment, exit status. +<li><a accesskey="3" href="Regular-Expressions.html#Regular-Expressions">Regular Expressions</a>: Regular Expressions. +<li><a accesskey="4" href="Usage.html#Usage">Usage</a>: Examples. +<li><a accesskey="5" href="Reporting-Bugs.html#Reporting-Bugs">Reporting Bugs</a>: Reporting Bugs. +<li><a accesskey="6" href="Copying.html#Copying">Copying</a>: License terms for this manual. +<li><a accesskey="7" href="Index.html#Index">Index</a>: Combined index. +</ul> + + </body></html> +
