PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Follow up on line splice here doc
Date: Monday, 28 Sep 2020, 21:21:41


    > Message Posted By: Unknown
    >
    > On a previous response, you wrote that
    >
    >  " % echo -n 'a << b\nc\na' | parsley"
    >   (1)$ CMD (Depth = 0):  SIMPLE,  argv[0] = a  <<HERE
    >      HERE:  c
    >      HERE:  a< newline>
    >
    > When I run "  % echo -n 'a << b\nc\na' | parsley ", I dont get the same
    > result. Specifically, HERE: has nothing after it and I see the same
    > thing on Hwk2/parsley

Sorry, the flag to echo should have been -e (which
allows escaped characters), not -n 9which suppresses
the trailing newline).

--Stan-
PREV INDEX NEXT