exec-list

[procedure] exec-list string

STklos: run command specified by string via shell, and returns a list of lines of command output. See also exec.

(exec-list "echo A; echo B")           => ("A" "B")

Gauche has process-output->string-list.