1 USING: tools.test io.pipes io.pipes.unix io.encodings.utf8
2 io.encodings io namespaces sequences ;
3 IN: io.pipes.unix.tests
5 [ { 0 0 } ] [ { "ls" "grep ." } run-pipeline ] unit-test
11 input-stream [ utf8 <decoder> ] change
12 output-stream [ utf8 <encoder> ] change
13 input-stream get lines reverse [ print ] each f