(gawk.info.gz) Getline Summary

Info Catalog (gawk.info.gz) Getline Notes (gawk.info.gz) Getline
 
 3.8.10 Summary of `getline' Variants
 ------------------------------------
 
  table-getline-variants summarizes the eight variants of
 `getline', listing which built-in variables are set by each one.
 
 Variant                   Effect
 -------------------------------------------------------------------------- 
 `getline'                 Sets `$0', `NF', `FNR', and `NR'
 `getline' VAR             Sets VAR, `FNR', and `NR'
 `getline <' FILE          Sets `$0' and `NF'
 `getline VAR < FILE'      Sets VAR
 COMMAND `| getline'       Sets `$0' and `NF'
 COMMAND `| getline' VAR   Sets VAR
 COMMAND `|& getline'      Sets `$0' and `NF'.  This is a `gawk' extension
 COMMAND `|& getline' VAR  Sets VAR.  This is a `gawk' extension
 
 Table 3.1: getline Variants and What They Set
 
Info Catalog (gawk.info.gz) Getline Notes (gawk.info.gz) Getline
automatically generated by info2html