PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] None
Date: Monday, 28 Sep 2020, 16:41:57


Sorry, the last post should have been

      > Message Posted By: Unknown
      >
      > What is an example of when this would occur, "If the last line read does
      > not end with a newline, one is appended", if no line splices?

  % echo -n 'a << b\nc\na' | parsley
  (1)$ CMD (Depth = 0):  SIMPLE,  argv[0] = a  <<HERE
	   HERE:  c
	   HERE:  a< newline>
  (2)$
  % echo -n 'a << b\nc\na' | cat -vet
  a << b$
  c$
  a%

where the extra space before "newline" is necessary to
keep browsers from ignoring that annotation.

--Stan-
PREV INDEX NEXT