Merge branch 'doc-fixes' of git://github.com/mrjbq7/factor
commit
22dba34fc2
|
@ -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