io.launcher: fix launcher examples.

db4
John Benediktsson 2011-04-17 18:12:23 -07:00
parent d1666854e8
commit 013097e617
1 changed files with 2 additions and 2 deletions
basis/io/launcher

View File

@ -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:"
{ $code
"\"log.txt\" <file-appender> ["
"\"log.txt\" ascii <file-appender> ["
" <process>"
" swap >>stderr"
" \"report\" >>command"
" ascii <process-reader> lines sort reverse [ print ] each"
" ascii <process-reader> stream-lines sort reverse [ print ] each"
"] with-disposal"
} ;