diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-03-11 08:58:19 +0100 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-03-11 08:58:19 +0100 |
commit | 086cf8797aed3e6e2281456cff48e0c879f38813 (patch) | |
tree | 5f325ee44c1a72487e4134c9ee38a97dc17feaca /doc/gawk.texi | |
parent | 3473e4d1cd41d32c1b902dd17e56977bf9051c2b (diff) | |
parent | 840661815d5063942b4475a908af423cf6bc813c (diff) | |
download | egawk-086cf8797aed3e6e2281456cff48e0c879f38813.tar.gz egawk-086cf8797aed3e6e2281456cff48e0c879f38813.tar.bz2 egawk-086cf8797aed3e6e2281456cff48e0c879f38813.zip |
Merge remote-tracking branch 'origin/master' into cmake
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 307f21b5..a5b57712 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -7198,6 +7198,13 @@ that does handle nested @samp{@@include} statements. @node Getline/Pipe @subsection Using @code{getline} from a Pipe +@c From private email, dated October 2, 1988. Used by permission, March 2013. +@quotation +@i{Omniscience has much to recommend it. +Failing that, attention to details would be useful.}@* +Brian Kernighan +@end quotation + @cindex @code{|} (vertical bar), @code{|} operator (I/O) @cindex vertical bar (@code{|}), @code{|} operator (I/O) @cindex input pipeline |