CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 20/01/02 18:18:45
Index: html_node/Invoking.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Invoking.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -b -r1.29 -r1.30 --- html_node/Invoking.html 30 Dec 2018 06:24:22 -0000 1.29 +++ html_node/Invoking.html 2 Jan 2020 23:18:44 -0000 1.30 @@ -2,7 +2,7 @@ <html> <!-- This manual is for grep, a pattern matching engine. -Copyright (C) 1999-2002, 2005, 2008-2018 Free Software Foundation, +Copyright (C) 1999-2002, 2005, 2008-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -14,10 +14,10 @@ <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<title>Invoking (GNU Grep 3.3)</title> +<title>Invoking (GNU Grep 3.4)</title> -<meta name="description" content="Invoking (GNU Grep 3.3)"> -<meta name="keywords" content="Invoking (GNU Grep 3.3)"> +<meta name="description" content="Invoking (GNU Grep 3.4)"> +<meta name="keywords" content="Invoking (GNU Grep 3.4)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -75,12 +75,12 @@ <pre class="example">grep [<var>option</var>...] [<var>patterns</var>] [<var>file</var>...] </pre></div> - <p>There can be zero or more <var>option</var> arguments, and zero or more <var>file</var> arguments. The <var>patterns</var> argument contains one or more patterns separated by newlines, and is omitted when patterns are given via the ‘<samp>-e <var>patterns</var></samp>’ or ‘<samp>-f <var>file</var></samp>’ -options. +options. Typically <var>patterns</var> should be quoted when +<code>grep</code> is used in a shell command. </p> <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">• <a href="Command_002dline-Options.html#Command_002dline-Options" accesskey="1">Command-line Options</a>:</td><td> </td><td align="left" valign="top">Short and long names, grouped by category.
