|
|
|
|
|
by lhoursquentin
1334 days ago
|
|
What's interesting with this example of command1 | command2 is that some shells such as zsh will optimize the last member of the pipeline to be executed in the current process (nothing mandated by POSIX here), so effectively this works on zsh. |
|