Vocabularyio.
launcherInputsdesc | a launch descriptor |
encoding | an encoding descriptor |
quot | a quotation |
OutputsNone
Word descriptionLaunches a process and redirects its output via a pipe. The quotation is called with
input-stream rebound to this pipe.
ExamplesUSING: io.launcher prettyprint io.encodings.utf8 ;
"ls -dl /etc" utf8 [ read-contents ] with-process-reader .
"drwxr-xr-x 213 root root 12288 mar 11 18:52 /etc\n"
Definition