I know that if I run
I'm running sbcl. Other implementations may be different.
Thanks,
Sabra
(asdf:run-shell-command "ls")
I get the return code from the shell function. Is there any way to actually get the output of the command (in this case, the actual directory listing) directly back? I can obviously have the output directed to a file and then have lisp read the file, then delete the file, but that is clumsy. The asdf manual simply lists the description for this function as a fixme.I'm running sbcl. Other implementations may be different.
Thanks,
Sabra