Cyclone Scheme interface to the POSIX popen functions. (popen command) Run the given command and return a port that can be used to read output from the command. (pclose port) Close the port generated by a previous call to popen.