Arc Cross Reference

pipe-from

[procedure] pipe-from command-string

Runs a shell command command-string synchronously, collects its output, and returns an input port that retrieves the collected output. In arc0, it only returns after the command is terminated, and you need a write access to the current working directory.

See also: system, scheme:process-output->string