PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] redirect followup
Date: Tuesday, 29 Sep 2020, 20:31:08


    > Message Posted By: Unknown
    >
    > In a previous response, you said The subcommand (a ; x | d) is the second
    > stage of a pipeline and has its stdin redirected to a a file.
    >
    > Does this mean that after a pipeline, there cannot be a input redirect
    > after a pipeline?

Correct.  The pipe symbol says that the stdout of the
previous [stage] is redirected to the pipeline and the
stdin in or the next [stage] is redirected to the
pipeline.

--Stan-
PREV INDEX NEXT