PREV INDEX NEXT

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


    > 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
(2)$
% echo -n 'a << b\nc\na' | cat -vet
a << b$
c$
a%

--Stan-
PREV INDEX NEXT