[cs631apue] [CS631] Question on final project

Jan Schaumann jschauma at stevens.edu
Wed Dec 13 13:44:36 EST 2017


Jeevanandha Ramanathan <jramana1 at stevens.edu> wrote:
 
> 1. crysh reads only one line. And exists after the processing that line.

That is not correct.

crysh reads encrypted input, decrypts it, and processes all of the
resulting clear text, which may or may not be multiple lines.

> 2. Only one output redirection will be present in the one command. Either for stderr or stdout.

That is not correct.

Commands may redirect both stderr or stdout.

-Jan


More information about the cs631apue mailing list