PREV INDEX NEXT

Author: Unknown
Subject: Follow up: last line
Date: Wednesday, 30 Sep 2020, 00:50:38

When I run
% echo -n 'a << b\nc\na' | parsley

It gives me:

(1)$ CMD (Depth = 0):  SIMPLE,  argv[0] = a   STDIN << HERE
         HERE:
So, I don't think the input lines are terminated by 'b'. I tried this:

$ echo -n 'a << b\nc\nb' | /c/cs323/Hwk2/parsley

It gives me the same results. I am not sure why
PREV INDEX NEXT