2007-09-21

Bash: pipeline and subshell

Each command in a pipeline is executed as a separate process (i.e., in a subshell).

[keywords: bash shell pipe pipeline subshell]

No comments: