[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to grep/manual/html_node/File-and-Directory-Selection.html,v
From: |
Jim Meyering |
Subject: |
Changes to grep/manual/html_node/File-and-Directory-Selection.html,v |
Date: |
Tue, 03 Jun 2014 14:47:17 +0000 |
CVSROOT: /webcvs/grep
Module name: grep
Changes by: Jim Meyering <meyering> 14/06/03 14:47:07
Index: html_node/File-and-Directory-Selection.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/File-and-Directory-Selection.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- html_node/File-and-Directory-Selection.html 23 May 2014 05:39:59 -0000
1.18
+++ html_node/File-and-Directory-Selection.html 3 Jun 2014 14:47:03 -0000
1.19
@@ -1,8 +1,8 @@
<html lang="en">
<head>
-<title>File and Directory Selection - GNU Grep 2.19</title>
+<title>File and Directory Selection - 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="start" href="index.html#Top">
<link rel="up" href="Command_002dline-Options.html#Command_002dline-Options"
title="Command-line Options">
@@ -105,8 +105,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/html_node/File-and-Directory-Selection.html,v,
Jim Meyering <=