Shell - Parallel

About

Shell commands are executed in parallel in pipelines. Each command in a pipeline is executed as a separate process (i.e., in its own subshell).

Proof

sleep 3 | echo "Hello world."

Documentation / Reference


Powered by ComboStrap