diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-03-04 15:59:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-03-04 15:59:19 +0200 |
commit | dfe4f07ccfd201d296dc10cc65293267ace692c1 (patch) | |
tree | 0c59d921013558b6ce194a5f81bb6a1bbbaf459c /doc/gawk.texi | |
parent | d8178f354fb1f81c0ed631a25e3ed31dcdadc10e (diff) | |
parent | c7cf0616ac46f08398bf6ebaf38ca2ef32a05cdc (diff) | |
download | egawk-dfe4f07ccfd201d296dc10cc65293267ace692c1.tar.gz egawk-dfe4f07ccfd201d296dc10cc65293267ace692c1.tar.bz2 egawk-dfe4f07ccfd201d296dc10cc65293267ace692c1.zip |
Merge branch 'master' into porting
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 |