Standard I/O stream redirection type
Variants
-
Piped
A new pipe should be arranged to connect the parent and child processes.
-
Null
Null stream
When used on the input stream, the child will receive an end of file immediately. When used on the output or error stream, the output will be discarded.
-
Inherit
This stream should be inherited from the parent.