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.