io.launcher: fix launcher examples.
parent
d1666854e8
commit
013097e617
|
@ -260,11 +260,11 @@ ARTICLE: "io.launcher.examples" "Launcher examples"
|
||||||
}
|
}
|
||||||
"Running a command, appending error messages to a log file, and reading the output for further processing:"
|
"Running a command, appending error messages to a log file, and reading the output for further processing:"
|
||||||
{ $code
|
{ $code
|
||||||
"\"log.txt\" <file-appender> ["
|
"\"log.txt\" ascii <file-appender> ["
|
||||||
" <process>"
|
" <process>"
|
||||||
" swap >>stderr"
|
" swap >>stderr"
|
||||||
" \"report\" >>command"
|
" \"report\" >>command"
|
||||||
" ascii <process-reader> lines sort reverse [ print ] each"
|
" ascii <process-reader> stream-lines sort reverse [ print ] each"
|
||||||
"] with-disposal"
|
"] with-disposal"
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue