[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to grep/manual/grep.html,v
From: |
Jim Meyering |
Subject: |
Changes to grep/manual/grep.html,v |
Date: |
Tue, 03 Jun 2014 14:47:08 +0000 |
CVSROOT: /webcvs/grep
Module name: grep
Changes by: Jim Meyering <meyering> 14/06/03 14:47:07
Index: grep.html
===================================================================
RCS file: /webcvs/grep/grep/manual/grep.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- grep.html 23 May 2014 05:39:56 -0000 1.18
+++ grep.html 3 Jun 2014 14:47:00 -0000 1.19
@@ -1,8 +1,8 @@
<html lang="en">
<head>
-<title>GNU Grep 2.19</title>
+<title>GNU Grep 2.20</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="GNU Grep 2.19">
+<meta name="description" content="GNU Grep 2.20">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home"
title="Texinfo Homepage">
@@ -33,7 +33,7 @@
--></style>
</head>
<body>
-<h1 class="settitle">GNU Grep 2.19</h1>
+<h1 class="settitle">GNU Grep 2.20</h1>
<div class="contents">
<h2>Table of Contents</h2>
<ul>
@@ -91,7 +91,7 @@
<p><samp><span class="command">grep</span></samp> prints lines that contain a
match for a pattern.
- <p>This manual is for version 2.19 of GNU Grep.
+ <p>This manual is for version 2.20 of GNU Grep.
<p>This manual is for <samp><span class="command">grep</span></samp>, a
pattern matching engine.
@@ -584,8 +584,8 @@
read from <var>file</var> (using wildcard matching as described
under <samp><span class="option">--exclude</span></samp>).
- <br><dt><samp><span
class="option">--exclude-dir=</span><var>dir</var></samp><dd><a
name="index-g_t_002d_002dexclude_002ddir-111"></a><a
name="index-exclude-directories-112"></a>Exclude directories matching the
pattern <var>dir</var> from recursive
-directory searches.
+ <br><dt><samp><span
class="option">--exclude-dir=</span><var>dir</var></samp><dd><a
name="index-g_t_002d_002dexclude_002ddir-111"></a><a
name="index-exclude-directories-112"></a>Skip any directory whose name matches
the pattern <var>dir</var>, ignoring
+any redundant trailing slashes in <var>dir</var>.
<br><dt><samp><span class="option">-I</span></samp><dd>Process a binary
file as if it did not contain matching data;
this is equivalent to the ‘<samp><span
class="samp">--binary-files=without-match</span></samp>’ option.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Changes to grep/manual/grep.html,v,
Jim Meyering <=