output-of-system-cmd

Name

output-of-system-cmd -- Return the output of command shell execution of CMD.

Synopsis

(output-of-system-cmd cmd)

Description

Return the output of command shell execution of CMD. CMD is run synchronously and its output is piped into the return value of this function, as a string.

Implementation Notes

Module: (app scwm file)

Defined in scheme/file.scm at line 106 (CVS log)