/usr/bin/bash: Difference between revisions
Line 178: | Line 178: | ||
|&. The format for a pipeline is: | |&. The format for a pipeline is: | ||
<code>[time [-p]] [ ! ] command [ [|⎪|&] command2 ... ]</code> | :<code>[time [-p]] [ ! ] command [ [|⎪|&] command2 ... ]</code> | ||
The standard output of command is connected via a pipe to the standard input of command2. This | The standard output of command is connected via a pipe to the standard input of command2. This |