home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-base.tgz / gawk-2.15.6-base.tar / fsf / gawk / README.FIRST < prev    next >
Text File  |  1995-02-18  |  515b  |  22 lines

  1. Sat Feb 18 23:07:55 EST 1995
  2.  
  3. Starting with 2.15.6, gawk will preserve the value of NF and $0 for
  4. the last record read into the END rule(s).  This is important to you
  5. if your program uses
  6.  
  7.     print
  8.  
  9. in an END rule to mean
  10.  
  11.     print ""
  12.  
  13. (i.e., print nothing).  Examine your awk programs carefully to make sure
  14. that they use `print ""' instead of `print', otherwise you will get
  15. strange results.
  16.  
  17. If you send me email about this, without having read this
  18. file, I will yell at you.
  19.  
  20. Arnold Robbins
  21. arnold@skeeve.atl.ga.us
  22.