SumiTomohiko #5655(2008/02/02 21:39 GMT) [ Scheme ] Rating0/0=0.00
1 2 3 4 5 6 7
(use gauche.process) (define (main argv) (let ((proc (run-process '("/bin/ls" "-l") :output :pipe :error :pipe :wait #t))) (display (port->string (process-output proc))) (display (port->string (process-error proc))) (display (process-exit-status proc))))
Rating0/0=0.00-0+
[ reply ]
SumiTomohiko
#5655()
[
Scheme
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]