PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] cmddump
Date: Sunday, 20 Sep 2020, 20:43:01


    > Message Posted By: Unknown
    >
    > Because after every line we freeCMD of the command we write in parse(),
    > are we supposed to store every all previous CMDs? What happens if it is
    > multi-line command?
    >
    > or are the bash commands for this only one line?

parse() should not remember previous commands.

Hwk2/mainParsley.c does not handle multi-line commands.

--Stan-
PREV INDEX NEXT