RosettaCodeData/Task/Get-system-command-output/Factor/get-system-command-output.f...

3 lines
92 B
Factor

USING: io.encodings.utf8 io.launcher ;
"echo hello" utf8 [ contents ] with-process-reader .