mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(run-shell-command ) with output


From: Jinsong Liang
Subject: (run-shell-command ) with output
Date: Tue, 20 Jun 2023 15:43:39 -0400

Hi,

I am using (run-shell-command "long-running-shell-command") to run a shell command. The issue is I cannot see the output from the shell command. How to enable the output?

I am running my scheme script like the following:
 
scheme --quiet --load myscript.ss --eval '(exit)'

Thank you!

Jinsong

reply via email to

[Prev in Thread] Current Thread [Next in Thread]