system prints the  output of the command.
I cannot save the output with:

(define sv (system ("ls"))

On Wed, Nov 25, 2015 at 8:02 AM, <[email protected]> wrote:

> system is normally included in s7 in Linux -- try
> (help system) or (system "ls -la s7.c" #t).  If your
> version of s7 was built with the compiler flag
> WITH_SYSTEM_EXTRAS set to 0, you can still get at the
> c library's system function via libc.scm, but
> hopefully that isn't necessary.
>
>
>


-- 
Joseph Vijay
_______________________________________________
Cmdist mailing list
[email protected]
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to