home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.27 / text0033.txt < prev    next >
Encoding:
Text File  |  1992-05-20  |  912 b   |  35 lines

  1. Submitted-by: davidf@mks.com ("David J. Fiander")
  2.  
  3. According to the rationale, "The requirements for acceptance of
  4. <blank>s and <space>s in command lines has been made more
  5. explicit..."
  6.  
  7. Does that mean that I should only strip blanks preceeding
  8. addresses and between addresses and commands?  If so, does that
  9. mean that
  10.  
  11. $a\
  12.      boo!
  13.  
  14. will append '     boo!' to the end of the file, even though this
  15. goes against historical practice?
  16.  
  17. It is obvious that
  18.  
  19. $a\
  20. \     boo!
  21.  
  22. will still behave the same way, since the description of _text_
  23. works out, but nothing has been said about leading spaces in
  24. _text_ lines.
  25.  
  26. --
  27. David J. Fiander          |EXAMPLES:  'sed 10q file' -- Print the first 10
  28. <davidf@mks.com>          |lines of a file.  Some systems call this
  29. Mortice Kern Systems Inc. |function _head_.
  30. Waterloo, Ontario, Canada |       - tail(1) man page from Research UNIX
  31.  
  32.  
  33. Volume-Number: Volume 27, Number 33
  34.  
  35.