open-output-process
Name
open-output-process -- Open a port to the input to a shell pipeline.
Type: function
Synopsis
open-output-process
( shell, port);
Arguments
- shell
An instance of <string>
Return Values
- port
An instance of <output-port>
Description
Note: This procedure is named for the kind of object you
get back (an input port), and not for the behavior that shell
process is expected to exhibit (ie, output).