Forum: Shell Scripting Jun 26th, 2009 |
| Replies: 1 Views: 5,621 Christoph,
The answer is that every member of a pipeline is turned into a separate process with its own environment. So changing the variable in a pipeline changes it in a subshell and not the... |