|
|
|
|
|
by hawski
815 days ago
|
|
I know this about Unix pipes from a very long time. Whenever they are introduced it is always said, but I guess people can miss it. Though now I will break your mind as my mind was broken not a long time ago. Powershell, which is often said to be a better shell, works like that. It doesn't run things in parallel. I think the same is to be said about Windows cmd/batch, but don't cite me on that. That one thing makes Powershell insufficient to ever be a full replacement of a proper shell. |
|
cmd.exe uses standard OS pipes and behaves the same as UNIX shells, same as Powershell invoking native binaries.