CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 16/12/07 13:11:25
Index: html_node/Usage.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Usage.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -b -r1.25 -r1.26 --- html_node/Usage.html 3 Oct 2016 02:37:09 -0000 1.25 +++ html_node/Usage.html 7 Dec 2016 13:11:22 -0000 1.26 @@ -13,10 +13,10 @@ "GNU Free Documentation License". --> <!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ --> <head> -<title>GNU Grep 2.26: Usage</title> +<title>GNU Grep 2.27: Usage</title> -<meta name="description" content="GNU Grep 2.26: Usage"> -<meta name="keywords" content="GNU Grep 2.26: Usage"> +<meta name="description" content="GNU Grep 2.27: Usage"> +<meta name="keywords" content="GNU Grep 2.27: Usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -295,7 +295,7 @@ match newlines in the way you might expect. </p> <p>With the GNU <code>grep</code> option <samp>-z</samp> (<samp>--null-data</samp>), each -input “line” is terminated by a null byte; see <a href="Other-Options.html#Other-Options">Other Options</a>. Thus, +input and output “line” is null-terminated; see <a href="Other-Options.html#Other-Options">Other Options</a>. Thus, you can match newlines in the input, but typically if there is a match the entire input is output, so this usage is often combined with output-suppressing options like <samp>-q</samp>, e.g.:
