Home | History | Annotate | Download | only in sh

Lines Matching full:pipeline

568 pipeline
580 A pipeline is a sequence of one or more commands separated
588 The format for a pipeline is:
595 considered to be assigned by the pipeline before any redirection specified
598 If the pipeline is not in the background (discussed later), the shell
601 If the reserved word ! does not precede the pipeline, the exit status is
602 the exit status of the last command specified in the pipeline.
609 Because pipeline assignment of standard input or standard output or both
624 Note that unlike some other shells, each process in the pipeline is a
858 Expands to the exit status of the most recent pipeline.
870 For a pipeline, the process ID is that of the last command in the pipeline.