diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 68f6fa04..50f54f64 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -22562,11 +22562,11 @@ Redirection standard input stream, or performing output to something other than the standard output stream. - You can redirect the output of the `print' and `printf' statements - to a file or a system command, using the `>', `>>', `|', and `|&' - operators. You can redirect input to the `getline' statement using - the `<', `|', and `|&' operators. (*Note Redirection::, and *note - Getline::.) + You can redirect input to the `getline' statement using the `<', + `|', and `|&' operators. You can redirect the output of the + `print' and `printf' statements to a file or a system command, + using the `>', `>>', `|', and `|&' operators. (*Note Getline::, + and *note Redirection::.) Regexp Short for "regular expression". A regexp is a pattern that |