grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/manual/html_node/Output-Line-Prefix-Control.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/Output-Line-Prefix-Control.html,v
Date: Tue, 23 Mar 2010 12:04:31 +0000

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 10/03/23 12:04:22

Index: html_node/Output-Line-Prefix-Control.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/Output-Line-Prefix-Control.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- html_node/Output-Line-Prefix-Control.html   24 May 2009 18:42:59 -0000      
1.1
+++ html_node/Output-Line-Prefix-Control.html   23 Mar 2010 12:04:20 -0000      
1.2
@@ -1,8 +1,8 @@
 <html lang="en">
 <head>
-<title>Output Line Prefix Control - GNU Grep 2.5.4</title>
+<title>Output Line Prefix Control - GNU Grep 2.6</title>
 <meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="GNU Grep 2.5.4">
+<meta name="description" content="GNU Grep 2.6">
 <meta name="generator" content="makeinfo 4.13">
 <link title="Top" rel="start" href="index.html#Top">
 <link rel="up" href="Command_002dline-Options.html#Command_002dline-Options" 
title="Command-line Options">
@@ -12,8 +12,8 @@
 <!--
 This manual is for `grep', a pattern matching engine.
 
-Copyright (C) 1999, 2000, 2001, 2002, 2005, 2008, 2009 Free
-Software Foundation, Inc.
+Copyright (C) 1999-2002, 2005, 2008-2010 Free Software Foundation,
+Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -69,11 +69,11 @@
 (or only standard input) to search.
 
      <br><dt>&lsquo;<samp><span 
class="samp">--label=</span><var>LABEL</var></samp>&rsquo;<dd><a 
name="index-g_t_002d_002dlabel-61"></a><a 
name="index-changing-name-of-standard-input-62"></a>Display input actually 
coming from standard input
-as input coming from file <var>LABEL</var>. 
-This is especially useful for tools like <samp><span 
class="command">zgrep</span></samp>;
-e.g.:
+as input coming from file <var>LABEL</var>.  This is
+especially useful when implementing tools like
+<samp><span class="command">zgrep</span></samp>; e.g.:
 
-     <pre class="example">          gzip -cd foo.gz | grep --label=foo 
something
+     <pre class="example">          gzip -cd foo.gz | grep --label=foo -H 
something
 </pre>
      <br><dt>&lsquo;<samp><span 
class="samp">-n</span></samp>&rsquo;<dt>&lsquo;<samp><span 
class="samp">--line-number</span></samp>&rsquo;<dd><a 
name="index-g_t_002dn-63"></a><a 
name="index-g_t_002d_002dline_002dnumber-64"></a><a 
name="index-line-numbering-65"></a>Prefix each line of output with the 1-based 
line number within its input file. 
 (&lsquo;<samp><span class="samp">-n</span></samp>&rsquo; is specified by <span 
class="sc">posix</span>.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]